export declare const postgresqlReservedKeywords: string[];
export declare const isReservedPostgresqlKeyword: (keyword: string) => boolean;
