import type { Writable } from '../types/writable.js'; type Writabler = (obj: OBJ) => Writable; export declare const writable: Writabler; export {};