export declare class Config {
    static get url(): string;
    static SetUrl(url: string): string;
    private static _url;
}
