export declare class CommandService { private readonly ctx; getOptionVlaue(commands: string[] | string): T | undefined; getOptionVlaue(commands: string[] | string, defaultVal: T): T; }