export = init;
/**
 * @method init
 * @description init resources
 * @param { boolean } [log] show log
 * @param { boolean } [overwrite] force download and overwrite files
 */
declare function init(log?: boolean, overwrite?: boolean): Promise<void>;
