import type { DirectiveNode } from "graphql"; import { KeyAnnotation } from "../../annotation/KeyAnnotation"; export declare function parseKeyAnnotation(_: DirectiveNode, directives: readonly DirectiveNode[]): KeyAnnotation; //# sourceMappingURL=key-annotation.d.ts.map