import { DocumentDataModel, IAccessor } from '@univerjs/core'; import { DocSkeletonManagerService } from '@univerjs/docs'; /** * Get the skeleton of the command's target. * @param accessor The injection accessor. * @param unitId Unit ID. */ export declare function getCommandSkeleton(accessor: IAccessor, unitId: string): DocSkeletonManagerService | undefined; export declare function getRichTextEditPath(docDataModel: DocumentDataModel, segmentId?: string): string[];