import type { ReplyPayload } from "../types.js";
import type { HandleCommandsParams } from "./commands-types.js";
export declare function buildExportSessionReply(params: HandleCommandsParams): Promise<ReplyPayload>;
