import type { ReferenceParams } from '@blocksuite/affine-model'; import type { Command } from '@blocksuite/std'; export declare const insertEmbedSyncedDocCommand: Command<{ docId: string; params?: ReferenceParams; }, { blockId: string; }>; //# sourceMappingURL=insert-embed-synced-doc.d.ts.map