declare let getItem: (key: string) => unknown | null; declare let setItem: (key: string, value: unknown) => void; export { getItem, setItem }; //# sourceMappingURL=local_storage.d.ts.map