import type { ReplyPayload } from "../../auto-reply/reply-payload.js"; import type { KlawConfig } from "../../config/types.klaw.js"; export declare function shouldSuppressLocalExecApprovalPrompt(params: { channel?: string | null; cfg: KlawConfig; accountId?: string | null; payload: ReplyPayload; }): boolean;