/** Config options for localStorage mutators */ export declare const LS_CONFIG: { /** The debounce time in milliseconds for saving to localStorage per resource */ readonly DEBOUNCE_MS: 328; /** The max wait time in milliseconds for saving to localStorage per resource */ readonly MAX_WAIT_MS: 1000; }; //# sourceMappingURL=local-storage.d.ts.map