/** * * @kind 09-Performance */ export declare const useTimeout: (callback: () => void, timeout: number | null) => void;