import { a as DubEmbedOptions, b as DubInitResult } from './types-ddc83c9b.js';
export { D as DubEmbed, I as IframeMessage } from './types-ddc83c9b.js';

declare const DUB_CONTAINER_ID = "dub-embed-container";

/**
 * Initializes the Dub embed.
 */
declare const init: (options: DubEmbedOptions) => DubInitResult;

export { DUB_CONTAINER_ID, DubEmbedOptions, DubInitResult, init };
