export declare const delayedCallback: (callback: () => void, interval: number) => void;