import type { Readable, Writable } from 'svelte/store'; export declare function getWritable(w: Writable | Readable): T;