export declare function getInternalEmbedVolcIframeUrl(options: {
    volcURL: string;
    volcAccountId: string;
}): Promise<string>;
