import type { ExecutionResult } from "graphql";
export declare type LiveExecutionResult = ExecutionResult & {
    isLive?: true;
};
