export declare const reservedKeywords: string[];
export declare const sqlDataTypes: string[];
export declare const sqlFunctions: string[];
export declare const specialIdentifiers: string[];
//# sourceMappingURL=keywords.d.ts.map