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