export declare const WHERE_CLAUSE = "where"; export declare const ORDER_BY_CLAUSE = "orderBy"; export declare const operators: string[]; export declare const predicateOperators: string[]; /** * Here we maintain an opinionated subset of rules we believe need to leverage context data. * New rules supported by autocomplete that require contextual data should be included here. */ export declare const rulesWithContext: number[]; /** * A subset/collection of parser tokens for strings with unclosed single or double quote */ export declare const unclosedStringTokens: number[];