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