import { ISessionEndEvent, ISessionEvent } from '../../sessionConnectors/renderer/events';
export declare const renderSessionEndEventReply: (event: ISessionEndEvent, events: ISessionEvent[]) => Promise<{
    text: string;
    blocks: {
        type: string;
        elements: {
            type: string;
            text: string;
        }[];
    }[];
}>;
//# sourceMappingURL=renderSessionEndEventReply.d.ts.map