export interface FriendlyError { code: string; message: string; suggestion: string; } export declare function getFriendlyError(error: Error): FriendlyError; export declare function formatFriendlyError(error: Error): string; //# sourceMappingURL=error-messages.d.ts.map