import type { ISettingStore, IUnleashConfig } from '../types/index.js';
export declare function compareAndLogPostgresVersion(config: IUnleashConfig, settingStore: ISettingStore): Promise<void>;
//# sourceMappingURL=postgres-version-checker.d.ts.map