import { IEventLike } from '../interfaces'; export declare const once: (object: IEventLike, event: string) => Promise;