export declare const LIFECYCLE_SCRIPTS: readonly ["preinstall", "install", "postinstall", "prepare", "postprepare"]; export interface PackageJsonLifecycleResult { ok: boolean; offending: string[]; } export declare function findPackageJsonLifecycleScripts(text: string): PackageJsonLifecycleResult; //# sourceMappingURL=package-json-validation.d.ts.map