import { Commands } from '@kui-shell/core'; interface Options extends Commands.ParsedOptions { f?: string; } export default Options;