export declare const loadState: (name: string) => any;
export declare const saveState: <S>(state: S, name: string) => void;
