import type { DirectiveNode } from "graphql"; import { FulltextAnnotation } from "../../annotation/FulltextAnnotation"; export declare function parseFulltextAnnotation(directive: DirectiveNode): FulltextAnnotation; //# sourceMappingURL=full-text-annotation.d.ts.map