/** * Inline map of HTTP status codes to their reason phrases. * Used instead of node:http STATUS_CODES to support browser/service-worker environments. * Source: https://github.com/prettymuchbryce/http-status-codes */ export declare const STATUS_TEXTS: Record; //# sourceMappingURL=status-codes.d.ts.map