import { LogProvider, PluginContext } from "@microsoft/teamsfx-api"; import { Message } from "../constants"; export declare class Utils { static generateResourceName(appName: string, resourceNameSuffix: string): string; static getSimpleAuthFilePath(): string; static downloadZip(filePath: string): Promise; static getWebAppConfig(ctx: PluginContext, isLocalDebug: boolean): { [propertyName: string]: string; }; static addLocalDebugPrefix(isLocalDebug: boolean, key: string): string; static addLogAndTelemetry(logProvider: LogProvider | undefined, message: Message): void; static getConfigValueWithValidation(ctx: PluginContext, pluginId: string, configKey: string, isLocalDebug?: boolean): unknown; private static checkFileExist; } //# sourceMappingURL=common.d.ts.map