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