import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { AndroidLogId, AndroidLogPriority } from "../../common/android_log_constants_pb";
import type { Message } from "@bufbuild/protobuf";
/**
 * Describes the file protos/perfetto/config/android/android_log_config.proto.
 */
export declare const file_protos_perfetto_config_android_android_log_config: GenFile;
/**
 * @generated from message perfetto.protos.AndroidLogConfig
 */
export type AndroidLogConfig = Message<"perfetto.protos.AndroidLogConfig"> & {
    /**
     * @generated from field: repeated perfetto.protos.AndroidLogId log_ids = 1;
     */
    logIds: AndroidLogId[];
    /**
     * If set ignores all log messages whose prio is < the given value.
     *
     * @generated from field: optional perfetto.protos.AndroidLogPriority min_prio = 3;
     */
    minPrio: AndroidLogPriority;
    /**
     * If non-empty ignores all log messages whose tag doesn't match one of the
     * specified values.
     *
     * @generated from field: repeated string filter_tags = 4;
     */
    filterTags: string[];
};
/**
 * Describes the message perfetto.protos.AndroidLogConfig.
 * Use `create(AndroidLogConfigSchema)` to create a new message.
 */
export declare const AndroidLogConfigSchema: GenMessage<AndroidLogConfig>;
//# sourceMappingURL=android_log_config_pb.d.ts.map