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