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 enum describing possible errors returned from
 * the AudienceInsightsService.
 *
 * @generated from protobuf message google.ads.googleads.v11.errors.AudienceInsightsErrorEnum
 */
export interface AudienceInsightsErrorEnum {
}
/**
 * Enum describing possible errors from AudienceInsightsService.
 *
 * @generated from protobuf enum google.ads.googleads.v11.errors.AudienceInsightsErrorEnum.AudienceInsightsError
 */
export declare enum AudienceInsightsErrorEnum_AudienceInsightsError {
    /**
     * Enum unspecified.
     *
     * @generated from protobuf enum value: UNSPECIFIED = 0;
     */
    UNSPECIFIED = 0,
    /**
     * The received error code is not known in this version.
     *
     * @generated from protobuf enum value: UNKNOWN = 1;
     */
    UNKNOWN = 1,
    /**
     * The dimensions cannot be used with topic audience combinations.
     *
     * @generated from protobuf enum value: DIMENSION_INCOMPATIBLE_WITH_TOPIC_AUDIENCE_COMBINATIONS = 2;
     */
    DIMENSION_INCOMPATIBLE_WITH_TOPIC_AUDIENCE_COMBINATIONS = 2
}
declare class AudienceInsightsErrorEnum$Type extends MessageType<AudienceInsightsErrorEnum> {
    constructor();
    create(value?: PartialMessage<AudienceInsightsErrorEnum>): AudienceInsightsErrorEnum;
    internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AudienceInsightsErrorEnum): AudienceInsightsErrorEnum;
    internalBinaryWrite(message: AudienceInsightsErrorEnum, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
}
/**
 * @generated MessageType for protobuf message google.ads.googleads.v11.errors.AudienceInsightsErrorEnum
 */
export declare const AudienceInsightsErrorEnum: AudienceInsightsErrorEnum$Type;
export {};
