export default class OSSHelper { static getBuffer(filePath: string, done: Function, error?: Function): Promise; static requestFileFromOSS(filePath: string, isFile: boolean, done: Function, error: Function): Promise; static downloadFile(filePath: string): Promise; }