/** * Extract a human-readable message from an unknown caught value. */ export declare function errorMessage(error: unknown): string;