export type HandlerArgs = { input: string; output?: string; verbose?: boolean; };