import { Query, QueryOptions } from "../types";
export declare function useJsonQuery<T>(data: T[], query: Query, options?: QueryOptions): T[];
