export = HttpsOcspAgent;
/**
 * Creates a new HttpsOcspAgent.
 *
 * @param {Object} options
 *
 * @returns {HttpsOcspAgent}
 * @constructor
 */
declare function HttpsOcspAgent(options: Object): HttpsOcspAgent;
declare class HttpsOcspAgent {
    /**
     * Creates a new HttpsOcspAgent.
     *
     * @param {Object} options
     *
     * @returns {HttpsOcspAgent}
     * @constructor
     */
    constructor(options: Object);
}
