export declare const CONFIG: {
    server: string;
    healthcheckPath: string;
    paths: {
        conversation: {
            v3: {
                base: string;
            };
            v4: {
                base: string;
            };
        };
        history: {
            chat: {
                v1: {
                    base: string;
                };
            };
            chats: {
                v1: {
                    base: string;
                };
            };
        };
        progress: {
            v4: {
                base: string;
                stream: string;
            };
        };
        usage: {
            policy: {
                v3: {
                    base: string;
                };
            };
        };
    };
};
