/** * This file was automatically generated by scripts/manifest/validate-ts.mustache. * DO NOT MODIFY IT BY HAND. Instead, modify scripts/manifest/validate-ts.mustache, * and run node ./scripts/manifest/generateFormatTypes.js to regenerate this file. */ import { AnyPolywrapWorkflow } from "."; import { Schema } from "jsonschema"; export declare function validatePolywrapWorkflow(manifest: AnyPolywrapWorkflow, extSchema?: Schema | undefined): void;