export interface InstallExecutorSchema { silent: boolean; args?: string; cacheDir?: string; verbose: boolean; debug: boolean; }