import { ISessionUserJoinEvent } from '../../sessionConnectors/renderer/events';
export declare const renderGuestJoinEventReply: (event: ISessionUserJoinEvent) => Promise<{
    text: string;
    blocks: {
        type: string;
        elements: ({
            type: string;
            image_url: string;
            alt_text: string;
            text?: undefined;
        } | {
            type: string;
            text: string;
            image_url?: undefined;
            alt_text?: undefined;
        })[];
    }[];
}>;
//# sourceMappingURL=renderGuestJoinEventReply.d.ts.map