/** * Find first field annotation by field ID. * @param fieldId The field ID. * @param state The editor state. * @returns The field annotation or null. */ export function findFirstFieldAnnotationByFieldId(fieldId: any, state: any): null; //# sourceMappingURL=findFirstFieldAnnotationByFieldId.d.ts.map