import type { ReadonlyContentModelBlockGroup } from 'roosterjs-content-model-types'; /** * A fast way to check if content model is empty */ export declare function isModelEmptyFast(model: ReadonlyContentModelBlockGroup): boolean;