import type { QueryCondition } from '../types';
export declare function useJsonQuery<T>(data: T[], query: QueryCondition): T[];
