/// import type { Writable } from "svelte/store"; type Options = Record>; export declare function getOptionUpdater(options: Options): (key: K, value: V | undefined) => void; export {};