import type { TExtend } from 'tsfn'; export declare type TSetSafeTimeout = (cb: () => void, delay: number) => () => void; export declare const mapSafeTimeoutFactory: (setTimeoutFn: Function, clearTimeoutFn: Function) => (propName: K) =>

(props: P) => TExtend; export declare const mapSafeTimeout: (propName: K) =>

(props: P) => TExtend;