/**
 * Ensure a minimum delay for callbacks
 */
declare function awaitDelay(callback: any, delay: any): () => any;
export default awaitDelay;
