import { Region } from "./utils";
export declare type Config = {
    isLive: boolean;
    region: Region;
    username: string;
    password: string;
};
