/** Strips verbose properties that libraries like Axios attach to errors */ export declare function wrapApiError(maybeError: Error, message?: string): Error;