import { ApiError } from "../types/api.types"; export declare const getFirstApiErrorMessage: (error: ApiError) => string;