import type { DirectiveDefinitionNode } from "graphql"; import { GraphQLDirective } from "graphql"; export declare function createAuthenticationDirectiveDefinition(): DirectiveDefinitionNode; export declare const authenticationDirectiveScaffold: GraphQLDirective; //# sourceMappingURL=authentication.d.ts.map