import type { EmbedCardStyle } from '@blocksuite/affine-model'; import { type BlockStdScope } from '@blocksuite/std'; interface EmbedCardProperties { flavour: string; targetStyle: EmbedCardStyle; props: Record; } export declare function insertEmbedCard(std: BlockStdScope, properties: EmbedCardProperties): string | undefined; export {}; //# sourceMappingURL=insert-embed-card.d.ts.map