import { CommentArray, CommentJSONValue } from "comment-json"; import { MigrationContext } from "../migrationContext"; import { AppLocalYmlConfig } from "./appLocalYmlGenerator"; import { DebugPlaceholderMapping } from "./debugV3MigrationUtils"; export declare class DebugMigrationContext { migrationContext: MigrationContext; tasks: CommentArray; appYmlConfig: AppLocalYmlConfig; oldProjectSettings: any; placeholderMapping: DebugPlaceholderMapping; generatedLabels: string[]; constructor(migrationContext: MigrationContext, tasks: CommentArray, oldProjectSettings: any, placeholderMapping: DebugPlaceholderMapping); } //# sourceMappingURL=debugMigrationContext.d.ts.map