import type { Configuration as WebpackDevServerOptions } from 'webpack-dev-server'; declare function getHttpsConfig(context: string): WebpackDevServerOptions['https']; export default getHttpsConfig;