import type { ValidatorMeta } from "../validator-types.mjs";
/**
 * Verify the structure of package.json.
 */
export declare const isPackageJson: ValidatorMeta;
//# sourceMappingURL=is-package-json.d.mts.map