export declare const FileApiDefinition: {
/**
* 上传文件
*/
upload: {
method: "post";
server: "upload";
client: () => string;
};