export declare const baseUrl: string; export declare const sentryDsn: string; export declare const testMode: string; export declare const nodeEnv: string; export declare const authDomain: string; export declare const authAudience: string; export declare const authClientId: string; export declare const didApiUrl: string; export declare const didSocketApiUrl: string; export declare const maxSessionChats: number; export declare const pricingPageUrl: string; export declare const agentUiVersion: string; export declare const dataDogApplicationId: string; export declare const dataDogClientToken: string; export declare const isCi: boolean; export declare const custom: { mixpanelKey: string; };