exportdeclarefunctionclearCachedScripts(): void;
/**
* Gets a script command from package json during a npm execution
* @param scriptName The name of the script
*/exportdeclarefunctiongetPackageJsonScript(scriptName: string): Promise<string | undefined>;