import type { Writable } from 'svelte/store'; export declare function makeObjectValuesWritable>(object: T): { [K in keyof T]: Writable; };