import type { Approval } from "#approval/definition.js";
/** Validates the function shorthand or explicit request/response approval shape. */
export declare function normalizeApproval(value: unknown, message: string): Approval;
