import type { Command } from '@blocksuite/std'; export declare const insertEdgelessTextCommand: Command<{ x: number; y: number; }, { textId: string; }>; //# sourceMappingURL=insert-edgeless-text.d.ts.map