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