import { DocumentNode } from 'graphql';
import { G as GqlOperation } from './types-5ff68c30.js';

declare const extractOperation: (query: string | DocumentNode) => GqlOperation;

export { extractOperation };
