import { type MigrationFunction } from '@dynatrace/devkit';
/** A migration that adds $schema property to app.config.json  */
declare const migration: MigrationFunction;
export default migration;
