/** * Find the first field annotation matching the given field ID. * * @param {string} fieldId - The field ID to match against `node.attrs.fieldId`. * @param {import('./types.js').EditorState} state - The editor state to search. * @returns {import('./types.js').FieldAnnotationEntry | null} The first * match, or `null` if none. */ export function findFirstFieldAnnotationByFieldId(fieldId: string, state: import('./types.js').EditorState): import('./types.js').FieldAnnotationEntry | null; //# sourceMappingURL=findFirstFieldAnnotationByFieldId.d.ts.map