import { HttpStatusCode } from "@angular/common/http";
export declare const HttpStatusMessages: {
    [key in HttpStatusCode | 0]?: string;
};
