import type { CCIPErrorCode } from './codes.ts'; /** Recovery hints by error code. */ export declare const DEFAULT_RECOVERY_HINTS: Partial>; /** Returns default recovery hint for error code, or undefined if none. */ export declare function getDefaultRecovery(code: CCIPErrorCode): string | undefined; //# sourceMappingURL=recovery.d.ts.map