import { SchemaVersions } from '../ManifestModel'; export declare function isValidManifestVersion(item: unknown): item is SchemaVersions;