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