import { IAutorunOptions } from "mobx"; export declare function useAutorun(f: () => void, opts?: IAutorunOptions): void;