import type { ServerConfig, CacheOptions } from './types/index.js'; export declare function getServerConfig(): ServerConfig; export declare function getCacheOptions(): CacheOptions;