export declare class RqlParser { variableTypes: Map; constructor(); parse(query: string): void; getVariableType(variable: string): string | null; }