import type { Setter, Signal } from 'solid-js'; type Params = { key: string; storage: 'local' | 'session' | undefined; onRecovered?: () => void; }; export declare function persist(signal: Signal, params: Params): [...Signal, () => boolean, Setter]; export {}; //# sourceMappingURL=persist.d.ts.map