import { dev, DevCommand, DevArgs } from './dev'; export type Command = DevCommand; export type CommandArgs = DevArgs; export { dev };