import { type LiqeQuery } from './types';
export declare const test: <T extends Object>(ast: LiqeQuery, subject: T) => boolean;
