declare namespace Qiniu { type UploadRes = { hash: string; key: string; }; }