import type { ErrorResult } from '../config/types.js';
import type { APIError } from '../errors/APIError.js';
export declare const formatErrors: (incoming: {
    [key: string]: unknown;
} | APIError) => ErrorResult;
//# sourceMappingURL=formatErrors.d.ts.map