import type { Operation } from '@apollo/client/core';
export declare const hasSubscriptionOperation: ({ query }: Operation) => boolean;
export declare const hasMutationOperation: ({ query }: Operation) => boolean;
export declare const hasQueryOperation: ({ query }: Operation) => boolean;
