/** * @author Yuqi Zhou */ import { Context, FxError, Inputs, Result } from "@microsoft/teamsfx-api"; import { AppDefinition } from "./driver/teamsApp/interfaces/appdefinitions/appDefinition"; export declare const answerToRepaceBotId = "bot"; export declare const answerToReplaceMessageExtensionBotId = "messageExtension"; export declare class DeveloperPortalScaffoldUtils { updateFilesForTdp(ctx: Context, appDefinition: AppDefinition, inputs: Inputs): Promise>; } export declare function updateEnv(appId: string, projectPath: string): Promise>; export declare function adjustScopeBasedOnVersion(scopes: string[], version: string): string[]; export declare const developerPortalScaffoldUtils: DeveloperPortalScaffoldUtils; //# sourceMappingURL=developerPortalScaffoldUtils.d.ts.map