import { DocumentNode, OperationTypeNode } from 'graphql';
export declare const getOperationType: (document: DocumentNode, operationName?: string) => OperationTypeNode;
//# sourceMappingURL=helpers.d.ts.map