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