import type { CommandContext } from "@stricli/core"; /** * Local context for CLI application */ export interface LocalContext extends CommandContext { readonly process: NodeJS.Process; }