export declare function getAgentAssistURL({ domain, subdomain }: {
    domain?: string;
    subdomain?: string;
}): string;
