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