/** * Reads the readable text out of an API error body. The API declares `message` * as a string, but a validation failure answers with an array of them, so both * shapes reach here and neither may be indexed blindly. */ export declare const readApiMessage: (body: unknown) => string | undefined; //# sourceMappingURL=readApiMessage.util.d.ts.map