import type { FieldNode } from "graphql";
import type { OperationVariables } from "@apollo/client";
/**
* @internal
* 
* @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time.
*/
export declare const isStreamField: (field: FieldNode, variables: OperationVariables | undefined) => boolean;
//# sourceMappingURL=isStreamField.d.ts.map
