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