import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
import type { IBinaryWriter } from "@protobuf-ts/runtime";
import type { BinaryReadOptions } from "@protobuf-ts/runtime";
import type { IBinaryReader } from "@protobuf-ts/runtime";
import type { PartialMessage } from "@protobuf-ts/runtime";
import { MessageType } from "@protobuf-ts/runtime";
/**
 * Container for enumeration of SkAdNetwork attribution credits.
 *
 * @generated from protobuf message google.ads.googleads.v11.enums.SkAdNetworkAttributionCreditEnum
 */
export interface SkAdNetworkAttributionCreditEnum {
}
/**
 * Enumerates SkAdNetwork attribution credits.
 *
 * @generated from protobuf enum google.ads.googleads.v11.enums.SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit
 */
export declare enum SkAdNetworkAttributionCreditEnum_SkAdNetworkAttributionCredit {
    /**
     * Default value. This value is equivalent to null.
     *
     * @generated from protobuf enum value: UNSPECIFIED = 0;
     */
    UNSPECIFIED = 0,
    /**
     * The value is unknown in this API version. The true enum value cannot be
     * returned in this API version or is not supported yet.
     *
     * @generated from protobuf enum value: UNKNOWN = 1;
     */
    UNKNOWN = 1,
    /**
     * The value was not present in the postback or we do not have this data for
     * other reasons.
     *
     * @generated from protobuf enum value: UNAVAILABLE = 2;
     */
    UNAVAILABLE = 2,
    /**
     * Google was the ad network that won ad attribution.
     *
     * @generated from protobuf enum value: WON = 3;
     */
    WON = 3,
    /**
     * Google qualified for attribution, but didn't win.
     *
     * @generated from protobuf enum value: CONTRIBUTED = 4;
     */
    CONTRIBUTED = 4
}
declare class SkAdNetworkAttributionCreditEnum$Type extends MessageType<SkAdNetworkAttributionCreditEnum> {
    constructor();
    create(value?: PartialMessage<SkAdNetworkAttributionCreditEnum>): SkAdNetworkAttributionCreditEnum;
    internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SkAdNetworkAttributionCreditEnum): SkAdNetworkAttributionCreditEnum;
    internalBinaryWrite(message: SkAdNetworkAttributionCreditEnum, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
}
/**
 * @generated MessageType for protobuf message google.ads.googleads.v11.enums.SkAdNetworkAttributionCreditEnum
 */
export declare const SkAdNetworkAttributionCreditEnum: SkAdNetworkAttributionCreditEnum$Type;
export {};
