import type { FragmentSpreadNode, InlineFragmentNode } 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 isDeferredFragment: (fragmentSelection: FragmentSpreadNode | InlineFragmentNode, variables: OperationVariables | undefined) => boolean; //# sourceMappingURL=isDeferredFragment.d.cts.map