export declare const escapeFromClause: (str: string) => string; /** * Convert select expression into an Array of selection keys * */ export declare const parseStringSelectExpr: (expr: string) => string[]; /** * @ignore */ export declare const escapeReservedWords: (field: string) => string;