import { CommandModule } from 'yargs'; export interface ServeArgs { config: string; } export declare const serveCommand: CommandModule<{}, ServeArgs>;