export interface ClientOptions {
    clientInfo?: string;
    environmentInfo?: string;
    handleAgentCommunication?: boolean;
    xhr?: any;
    domTransformation?: any;
    port?: number;
}
