interface ServerConfig { wc_server?: string; } export declare const serverConfig: ServerConfig; export {};