import * as https from 'https'; import { ServerConfig } from './types.js'; export declare class ServerError extends Error { constructor(message: string); } export declare function createServerConfig(): ServerConfig; export declare function validateServerConfig(serverConfig: ServerConfig): void; export declare function shouldEnableTLS(): boolean; export declare function createHttpsOptions(): https.ServerOptions; export declare function getTrustProxyConfig(): boolean | string | number; //# sourceMappingURL=server-config.d.ts.map