type StatusToText = { [key: string]: string; }; export declare const HTTPStatusCodes: StatusToText; export {};