import { ServerConfig } from '../types/index.js';
export declare const DEFAULT_CONFIG: ServerConfig;
export declare const REMOTE_CONFIG: Partial<ServerConfig>;
export declare function getConfig(): ServerConfig;
export declare function validateConfig(config: ServerConfig): void;
//# sourceMappingURL=index.d.ts.map