/**
 * 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 to be used as the return value for the {@link "Multi".Multi.setOpt | `Multi`} option `PUSHFUNCTION`.
 *
 * `CURL_PUSH_OK` becomes `CurlPush.Ok`
 *
 * @public
 */
export declare enum CurlPush {
    Ok = 0,
    Deny = 1,
    /**
     * Added in 7.72.0
     */
    ErrorOut = 2
}
//# sourceMappingURL=CurlPush.d.ts.map