/** * This file was automatically generated by scripts/manifest/migrate-ts.mustache. * DO NOT MODIFY IT BY HAND. Instead, modify scripts/manifest/migrate-ts.mustache, * and run node ./scripts/manifest/generateFormatTypes.js to regenerate this file. */ import { AnyAppManifest, AppManifest, AppManifestFormats } from "."; import { ILogger } from "@polywrap/logging-js"; export declare function migrateAppManifest(manifest: AnyAppManifest, to: AppManifestFormats, logger?: ILogger): AppManifest;