import type { ServerConfig } from "./type.js"; /** * Safe standalone defaults used for configless startup and as the base for * partial TOML overrides. Persistent state and generated secrets live under * .happy2 in the invoking working directory. */ export declare function defaultConfig(cwd?: string, environment?: NodeJS.ProcessEnv): ServerConfig; //# sourceMappingURL=defaults.d.ts.map