import { type LiqeQuery } from './types';
export declare const parse: (query: string) => LiqeQuery;
