import http from 'node:http';
export declare const readFile: (url: string, redirectsSoFar?: number) => Promise<http.IncomingMessage>;
