export declare const liveQueryJSONDiffPatchGenerator: (asyncIterator: AsyncIterableIterator<import("../../graphql-live-query/src").LiveExecutionResult>) => AsyncIterableIterator<import("graphql").ExecutionResult<{
    [key: string]: any;
}, {
    [key: string]: any;
}> | import("@n1ru4l/graphql-live-query-patch").ExecutionLivePatchResult<unknown> | import("../../graphql-live-query-patch/src/ExecutionPatchResult").ExecutionPatchResult<{
    [key: string]: any;
}, {
    [key: string]: any;
}>>;
