import { IGettable } from "onek"; export declare function instance(fn: () => T): IGettable | undefined; export declare function notify(thunk: () => any): void; export declare function makeObservable(obj: T): T;