import { type Command } from '@blocksuite/std'; export declare const insertEmbedIframeWithUrlCommand: Command<{ url: string; }, { blockId: string; flavour: string; }>; //# sourceMappingURL=insert-embed-iframe-with-url.d.ts.map