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