import { type UiColorProfile, type UiGlyphMode, type UiTheme } from "./theme.js"; export interface UiRuntimeOptions { v2Enabled: boolean; colorProfile: UiColorProfile; glyphMode: UiGlyphMode; theme: UiTheme; } export declare function setUiRuntimeOptions(options: Partial>): UiRuntimeOptions; export declare function getUiRuntimeOptions(): UiRuntimeOptions; export declare function resetUiRuntimeOptions(): UiRuntimeOptions; //# sourceMappingURL=runtime.d.ts.map