export declare function getPackage(): any; export declare function getFirstValue(...values: any[]): any; export declare function getConfig(argv?: any): { name: any; description: any; compiler: { build: any; match: any; severities: any; evmVersion: any; clean: any; }; flattener: { build: any; match: any; severities: any; }; settings: { optimization: any; }; sandbox: { port: any; ttl: any; }; test: { server: boolean; port: any; match: any; blockTime: any; }; require: any; };