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