import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
 * Describes the file protos/perfetto/config/android/android_system_property_config.proto.
 */
export declare const file_protos_perfetto_config_android_android_system_property_config: GenFile;
/**
 * Data source that polls for system properties.
 *
 * @generated from message perfetto.protos.AndroidSystemPropertyConfig
 */
export type AndroidSystemPropertyConfig = Message<"perfetto.protos.AndroidSystemPropertyConfig"> & {
    /**
     * Frequency of polling. If absent the state will be recorded once, at the
     * start of the trace.
     * This is required to be > 100ms to avoid excessive CPU usage.
     *
     * @generated from field: optional uint32 poll_ms = 1;
     */
    pollMs: number;
    /**
     * Properties to poll. All property names must start with "debug.tracing.".
     *
     * @generated from field: repeated string property_name = 2;
     */
    propertyName: string[];
};
/**
 * Describes the message perfetto.protos.AndroidSystemPropertyConfig.
 * Use `create(AndroidSystemPropertyConfigSchema)` to create a new message.
 */
export declare const AndroidSystemPropertyConfigSchema: GenMessage<AndroidSystemPropertyConfig>;
//# sourceMappingURL=android_system_property_config_pb.d.ts.map