import { FxError, Result } from "@microsoft/teamsfx-api"; export declare enum FileType { STATE = 0, CONFIG = 1, USERDATA = 2 } export declare const fixedNamingsV3: { [key: string]: string; }; export declare function namingConverterV3(name: string, type: FileType, bicepContent: string, needsRename?: boolean): Result; export declare function convertPluginId(name: string): string; export declare function replacePlaceholdersForV3(content: string, bicepContent: string): string; //# sourceMappingURL=MigrationUtils.d.ts.map