export declare class Embed {
    getUrl: (workspaceId: string, accountId: string, personaName: string, email: string, name: string, embedLocation?: string | undefined, embedLocationUrl?: string | undefined, baseUrl?: string | undefined) => Promise<string>;
}
declare const embed: Embed;
export { embed };
