/** * @pwngh/economy-lab * * Copyright (c) Preston Neal * * This source code is licensed under the MIT license found in the * LICENSE.md file in the root directory of this source tree. * * @license MIT */ /** The retryable provider fault every HTTP-ish adapter throws on a failed call. */ export declare function transportFault(message: string, error: unknown): Error;