import type { KQLQuery } from './types'; export declare function parse(input: string): KQLQuery;