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 keyword plan forecastable network types.
 *
 * @generated from protobuf message google.ads.googleads.v11.enums.KeywordPlanNetworkEnum
 */
export interface KeywordPlanNetworkEnum {
}
/**
 * Enumerates keyword plan forecastable network types.
 *
 * @generated from protobuf enum google.ads.googleads.v11.enums.KeywordPlanNetworkEnum.KeywordPlanNetwork
 */
export declare enum KeywordPlanNetworkEnum_KeywordPlanNetwork {
    /**
     * Not specified.
     *
     * @generated from protobuf enum value: UNSPECIFIED = 0;
     */
    UNSPECIFIED = 0,
    /**
     * The value is unknown in this version.
     *
     * @generated from protobuf enum value: UNKNOWN = 1;
     */
    UNKNOWN = 1,
    /**
     * Google Search.
     *
     * @generated from protobuf enum value: GOOGLE_SEARCH = 2;
     */
    GOOGLE_SEARCH = 2,
    /**
     * Google Search + Search partners.
     *
     * @generated from protobuf enum value: GOOGLE_SEARCH_AND_PARTNERS = 3;
     */
    GOOGLE_SEARCH_AND_PARTNERS = 3
}
declare class KeywordPlanNetworkEnum$Type extends MessageType<KeywordPlanNetworkEnum> {
    constructor();
    create(value?: PartialMessage<KeywordPlanNetworkEnum>): KeywordPlanNetworkEnum;
    internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: KeywordPlanNetworkEnum): KeywordPlanNetworkEnum;
    internalBinaryWrite(message: KeywordPlanNetworkEnum, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
}
/**
 * @generated MessageType for protobuf message google.ads.googleads.v11.enums.KeywordPlanNetworkEnum
 */
export declare const KeywordPlanNetworkEnum: KeywordPlanNetworkEnum$Type;
export {};
