import type { ConfigTuiState, InitOptions } from "./model.js"; export declare function initialState(opts: InitOptions): ConfigTuiState;