/** Function to determine if a HTTP status code is in the successful range (2XX) */
export declare function getIsSuccessfulHttpStatus(status: number): boolean;
