export declare const config: {
    set(config: {
        baseURL: string;
    }): void;
    get(): {
        baseURL: string;
    };
};
