/** * Find field annotations in headers and footers by field ID or array of field IDs. * @param fieldIdOrArray The field ID or array of field IDs. * @param editor The editor state. * @returns The field annotations array. */ export function findHeaderFooterAnnotationsByFieldId(fieldIdOrArray: any, editor: any, activeSectionEditor: any): any[]; //# sourceMappingURL=findHeaderFooterAnnotationsByFieldId.d.ts.map