import { readFile as fsReadFile } from "fs/promises";
export declare let _pkgCache: Record<string, any> | undefined;
export declare const hasPkgScript: (projectRootDir: string, script: string, readFile?: typeof fsReadFile) => Promise<any>;
export declare const _resetPkgCache: () => void;
