export declare const createStore: () => { set: (key: unknown, value: object) => void; get: (key: unknown) => unknown; };