import type { MigrationFunction } from '@dynatrace/devkit';
/** A migration that moves the icon property from the root of the app.config.json to the app property  */
declare const migration: MigrationFunction;
export default migration;
