import type { RichContent } from 'ricos-schema'; import type { DraftContent } from '..'; import type { TruncateOptions } from './ricos-truncate'; export { getCountableNodes } from './ricos-truncate'; export declare const truncateContent: (content: DraftContent | RichContent, limits: { blocksCount?: number; wordsCount?: number; maxPlugins?: number; }, options?: TruncateOptions) => { content: DraftContent | RichContent; isTruncated: boolean; }; //# sourceMappingURL=index.d.ts.map