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