import type { Observable } from '@noshiro/syncflow'; export declare const useChangeValueEffect: (input: A, callback: (v: A) => void) => void; export declare const useValueAsObservable: (input: A) => Observable;