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