/** * 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 { AnyPolywrapManifest } from "."; import { Schema } from "jsonschema"; export declare function validatePolywrapManifest(manifest: AnyPolywrapManifest, extSchema?: Schema | undefined): void;