export declare function errorMessage(error: unknown): string; export declare function errorCode(error: unknown, fallback: string): string;