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