/** * Find all field annotations between positions. * @param from From position. * @param to To position. * @param doc Document. * @returns The array of field annotations (node and pos). */ export function findFieldAnnotationsBetween(from: any, to: any, doc: any): any[]; //# sourceMappingURL=findFieldAnnotationsBetween.d.ts.map