import { PostgreSQL } from "../../postgres/types";
import { PurchaseInfo } from "smc-webapp/site-licenses/purchase/util";
export declare function create_license(database: PostgreSQL, account_id: string, info: PurchaseInfo, dbg: (...args: any[]) => void): Promise<string>;