import type { EmbedBlock } from 'types';
declare const embed: (node: EmbedBlock) => string;
export default embed;
