import http from 'http'; export declare class RawResponse { private res; static dateCache: string; constructor(res: http.ServerResponse); static setupDateUpdater(): void; sendUltra(body: Buffer | string): void; } //# sourceMappingURL=RawResponse.d.ts.map