export declare function pushEventStream(params: { streamId: string; event: string; data: any; comment: string; retry: number; }): Promise;