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