import type { AuthenticationAnnotation, AuthenticationOperation } from "../../../schema-model/annotation/AuthenticationAnnotation"; import type { Neo4jGraphQLTranslationContext } from "../../../types/neo4j-graphql-translation-context"; export declare function applyAuthentication({ context, annotation, targetOperations, }: { context: Neo4jGraphQLTranslationContext; annotation: AuthenticationAnnotation; targetOperations: AuthenticationOperation[]; }): void; //# sourceMappingURL=apply-authentication.d.ts.map