import { BaseService } from '../service/BaseService'; export default class FSService extends BaseService { uploadDir: string; accessKey: string; appRootPath: string; constructor(uploadDir: string, accessKey: string); transFile(req: any, res: any): Promise; private getRealPath; transDown(req: any, res: any, loginUser: any): Promise; gitUpdated(req: any, res: any, loginUser: any): Promise; private updateRepo; }