/** * 初始化配置文件 */ export declare function intiConfigFile(): void; /** * 选择数据源 */ export declare function checkout(): Promise;