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