declare const delayEvent: (prop: any, cb: Function, ...cbArgs: any[]) => Promise; export default delayEvent;