import * as yargs from 'yargs'; declare type CliArgs = { config: string; watch: boolean; }; export declare const buildModule: yargs.CommandModule; export {};