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