type QueryContexFnType = {
    (query: Record<string, unknown>): Record<string, unknown>;
    isQueryContext: (obj: any) => boolean;
};
export declare const QueryContext: QueryContexFnType;
export {};
//# sourceMappingURL=query-context.d.ts.map