export declare const useInterval: (fun: CallableFunction, delay: number, start: boolean) => void;
export declare const useTimout: (fun: CallableFunction, delay: number, start: boolean) => void;
export declare const useEffectOnce: (effect: any) => void;
