import { type DocumentNode } from "graphql"; export declare const getOperationFields: (documentNode: DocumentNode) => string; export declare const isMutation: (documentNode: DocumentNode) => boolean; //# sourceMappingURL=graphql.d.ts.map