import type { PostgreSQL } from "@cocalc/database/postgres/types";
export declare function initialOnPremSetup(db: PostgreSQL): Promise<void>;
