import webpack from 'webpack'; export declare const PORT: number; export declare function getServerAddress(type: 'local' | 'net'): string; export declare function devLog(err?: Error | null, stats?: webpack.Stats): void;