/** * Determine whether we're allowed to cache it, based on status code */ export declare const isCacheable: (statusCode: number) => boolean;