import type { Pool } from 'pg';
export declare function seedAdminOnce(pgPool: Pool): Promise<void>;
export declare function resetSeedFlag(): void;
