import type { IEditor, ContentModelFormatState, ConflictFormatSolution } from 'roosterjs-content-model-types'; /** * Get current format state * @param editor The editor to get format from * @param conflictSolution The strategy for handling format conflicts */ export declare function getFormatState(editor: IEditor, conflictSolution?: ConflictFormatSolution): ContentModelFormatState;