/**
 * HTTP status code to status text map.
 */
export declare const statusDescriptions: {
    [k: number]: string;
};
