declare const _default: "\n\ntype ApiType = {\n /**\n * @deprecated 禁止使用,后续废弃,请使用getAppFileUrlByFileCode\n */\n downloadFileByFileCode: (fileCode: string) => string;\n\n /**\n * @description 通过文件编码获取地址\n */\n getAppFileUrlByFileCode: (fileCode: string) => string;\n\n /**\n * @deprecated 禁止使用,后续废弃,请使用getAppFileUrlById\n */\n downloadByFileId: (fileId: string) => string;\n\n /**\n * @description 通过文件id获取地址\n */\n getAppFileUrlById: (fileId: string) => string;\n\n /**\n * @description 发起网络请求\n */\n commonFetch: (method: 'get'|'post'|'put'|'delete', url: string, params: Record, extraParams?: Record, options?: RequestOptions) => Promise,\n};\n\ndeclare var api: ApiType;\n"; export default _default;