export declare const ComponentNames: { TeamsTab: string; TeamsBot: string; TeamsApi: string; AppManifest: string; AadApp: string; AzureWebApp: string; AzureStorage: string; BotService: string; SPFxTab: string; SPFx: string; Identity: string; APIM: string; KeyVault: string; AzureSQL: string; TabCode: string; BotCode: string; ApiCode: string; Function: string; SimpleAuth: string; SSO: string; ApiConnector: string; CICD: string; }; export declare const EnvStateMigrationComponentNames: string[][]; export declare function convertProjectSettingsV2ToV3(settingsV2: any, projectPath: string): any; export declare function getComponent(projectSettings: any, resourceType: string): any | undefined; declare enum Scenarios { Tab = "Tab", Bot = "Bot", Api = "Api" } export declare function getComponentByScenario(projectSetting: any, resourceType: string, scenario?: Scenarios): any | undefined; export declare function convertManifestTemplateToV3(content: string): string; export declare function convertManifestTemplateToV2(content: string): string; export {}; //# sourceMappingURL=migrate.d.ts.map