import type { ServerConfig } from "./type.js"; export declare function loadRuntimeConfig(configPath?: string, cwd?: string): Promise<{ config: ServerConfig; managedConfigPath: string; }>; //# sourceMappingURL=runtime.d.ts.map