import { db, Transaction } from "@server/db"; export async function createCertificate( domainId: string, domain: string, trx: Transaction | typeof db ) { return; }