export declare const CONFIG: { default_streams: { backend_logging: { status: boolean; data_collector: { browser: boolean; locale: boolean; }; }; console_logging: { status: boolean; data_collector: { locale: boolean; }; }; }; streams: any[]; };