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