/// import * as _l from 'lodash'; export declare function start_dev_server(port: any, config_file: any, override: any, specs_file: any): Promise; export declare function make_prod_bundle(host: any, static_id: any, config_file: any, override: any, specs_file: any): Promise<{ user_errors: string[]; } | { bundle: any; static_files: _l.Dictionary<{}>; } | { internal_errors: any[]; }>;