/**
 * Copyright (c) Jonathan Cardoso Machado. All Rights Reserved.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Object with constants for option `USE_SSL`
 *
 * `CURLUSESSL_NONE` becomes `CurlUseSsl.None`
 *
 * @public
 */
export declare enum CurlUseSsl {
    None = 0,
    Try = 1,
    Control = 2,
    All = 3
}
//# sourceMappingURL=CurlUseSsl.d.ts.map