import type { GlobalState } from './global-state.type'; export declare const createInitialGlobalState: () => GlobalState;