import { r as KlawConfig } from "../types.klaw-xKUw_Rz7.js"; import { t as CommandContext } from "../commands-types-CQUm7rrd.js"; import { t as CrestodianCommandDeps } from "../operations-ccZR8rb8.js"; //#region src/crestodian/rescue-message.d.ts type CrestodianRescueMessageInput = { cfg: KlawConfig; command: CommandContext; commandBody: string; agentId?: string; isGroup: boolean; env?: NodeJS.ProcessEnv; deps?: CrestodianCommandDeps; }; declare function extractCrestodianRescueMessage(commandBody: string): string | null; declare function runCrestodianRescueMessage(input: CrestodianRescueMessageInput): Promise; //#endregion export { CrestodianRescueMessageInput, extractCrestodianRescueMessage, runCrestodianRescueMessage };