import * as defaults from "./config.js"; import type { ZeroUIConfig } from "./config.js"; export type { ZeroUIConfig }; type ResolvedConfig = Required; export declare function loadConfig(): Promise; export declare const config: Promise>;