import type { DirectiveNode } from "graphql"; export declare function findDirective(directives: readonly DirectiveNode[] | undefined, name: string): DirectiveNode | undefined; //# sourceMappingURL=utils.d.ts.map