import type { Clock } from './types.js'; export declare function assertCapsuleResponseStatus(response: Response, expectedStatus: number, readJson: (response: Response) => Promise, clock: Clock): Promise;