/** * This file was automatically generated by scripts/manifest/deserialize-ts.mustache. * DO NOT MODIFY IT BY HAND. Instead, modify scripts/manifest/deserialize-ts.mustache, * and run node ./scripts/manifest/generateFormatTypes.js to regenerate this file. */ import { PluginManifest } from "."; import { DeserializeManifestOptions } from "../../"; export declare function deserializePluginManifest(manifest: string, options?: DeserializeManifestOptions): PluginManifest;