/** * 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 { AnyPluginManifest, PluginManifest, PluginManifestFormats } from "."; import { ILogger } from "@polywrap/logging-js"; export declare function migratePluginManifest(manifest: AnyPluginManifest, to: PluginManifestFormats, logger?: ILogger): PluginManifest;