/** * @author darrmill@microsoft.com, yefuwang@microsoft.com */ import { FxError, Result } from "@microsoft/teamsfx-api"; export declare class HelperMethods { static copyAddinFiles(fromFolder: string, toFolder: string): void; static updateManifest(projectRoot: string, addinManifestPath: string): Promise; static moveManifestLocation(projectRoot: string, manifestRelativePath: string): Promise; static fetchAndUnzip(component: string, zipUrl: string, targetDir: string, skipRootFolder?: boolean): Promise>; } export declare function unzipErrorHandler(projectFolder: string, reject: any, error: Error): void; //# sourceMappingURL=helperMethods.d.ts.map