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