export declare const applyLiveQueryJSONDiffPatch: <TExecutionResult = Record<string, unknown>>(source: AsyncIterable<TExecutionResult>) => import("@repeaterjs/repeater").Repeater<TExecutionResult, any, unknown>;
