export interface ListExtensionsExecutorOptions { root: string; ignoreWrapper?: boolean; runFromParentModule?: boolean; args?: string[]; }