Response: {
    prototype: Response;
    error(): Response;
    redirect(url: string | URL, status?: number): Response;
    new (body?: BodyInit, init?: ResponseInit): Response;
}

Type declaration