export declare class GoFile { private account; private password; private initialized; private serverUrl; constructor(account: any, password: any); _initialize(): Promise; upload(filePath: any): Promise; }