export interface CommandOptions {
    command?: string;
    subCommand?: string;
    filteredParams?: string[];
}
//# sourceMappingURL=CommandOptions.d.ts.map