import { type LiqeQuery, type ParserAst } from './types';
export declare const hydrateAst: (subject: ParserAst) => LiqeQuery;
