import type { GetPendableFormatState } from 'roosterjs-editor-types'; /** * @internal * @param core The EditorCore object * @param forceGetStateFromDOM If set to true, will force get the format state from DOM tree. * @returns The cached format state if it exists. If the cached position do not exist, search for pendable elements in the DOM tree and return the pendable format state. */ export declare const getPendableFormatState: GetPendableFormatState;