interface HttpError {
    [key: string | number]: any;
}
declare const httpErrors: HttpError;
export { httpErrors, HttpError };
