import { MetaPackage } from "./meta-package-type"; export declare function isMetaPackage(input: unknown): asserts input is MetaPackage;