export declare function UseEffect(effect: () => (() => any) | any, affectedKeys?: string[]): (def: any) => void;