export declare const DatabaseErrorCode: {
    databaseDoesNotExist: string;
    connectionFailure: string;
    wrongCredentials: string;
    notFound: string;
    migrationMissing: string;
};
export declare function handlePostgresDatabaseError(err: any): never;
//# sourceMappingURL=handle-postgres-database-error.d.ts.map