//#region src/context.d.ts
interface CommandContext {
  args: string[];
}
//#endregion
export { CommandContext };
//# sourceMappingURL=context.d.mts.map