/** Whether a thrown message is one of this runtime's typed, caller-correctable refusals. */ export declare function isTypedRefusalMessage(message: unknown): boolean; /** The bounded identity of a typed refusal, used for counting repeated refusals. */ export declare function typedRefusalCode(message: unknown): string | null;