import { Dispatchable, Effect, Subscription } from "hyperapp"; export function LocalStorageLoader(key: string, action: Dispatchable): Effect; type LocalStorageSaverProps = { key: string; value: any; }; export function LocalStorageSaver(key: string, value: any): Subscription; //# sourceMappingURL=types.d.ts.map