
/** Declaration file generated by dts-gen */

import { Certificate, Hash } from "crypto";
import * as http from "http";
import { DetailedPeerCertificate } from "tls";

export class Agent extends http.Agent {
    public constructor(options: any);
}

export function check(options: any, cb: (error: Error, res: any) => void): any;
