import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
 * Describes the file protos/perfetto/config/android/android_polled_state_config.proto.
 */
export declare const file_protos_perfetto_config_android_android_polled_state_config: GenFile;
/**
 * Data source that polls for display state. This should only be used for
 * backward-compatibility; AndroidSystemPropertyConfig should be preferred.
 *
 * @generated from message perfetto.protos.AndroidPolledStateConfig
 */
export type AndroidPolledStateConfig = Message<"perfetto.protos.AndroidPolledStateConfig"> & {
    /**
     * 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;
};
/**
 * Describes the message perfetto.protos.AndroidPolledStateConfig.
 * Use `create(AndroidPolledStateConfigSchema)` to create a new message.
 */
export declare const AndroidPolledStateConfigSchema: GenMessage<AndroidPolledStateConfig>;
//# sourceMappingURL=android_polled_state_config_pb.d.ts.map