import { IEventLike } from '../interfaces'; export declare function load(stream: IEventLike): Promise;