import type { DirectiveNode } from "graphql"; import { MutationAnnotation } from "../../annotation/MutationAnnotation"; export declare function parseMutationAnnotation(directive: DirectiveNode): MutationAnnotation; //# sourceMappingURL=mutation-annotation.d.ts.map