import { State } from "statedrive"; export declare function useAtomListener(atom: State, listener: (v: T) => void): void;