export declare const CONFIG: {
    server: string;
    healthcheckPath: string;
    paths: {
        conversation: {
            v3: {
                base: string;
            };
        };
    };
};
