import { ApiErrorType, NestedApiErrorType } from './types/api';
export declare const parseApiError: (error: NestedApiErrorType | ApiErrorType | string | unknown) => ApiErrorType;
