export declare const BlockFeedbackTypes: readonly ["EVENT", "PERSONAL_BEST", "EVENT_SUCCESS_STREAK", "EVENT_FAILURE_STREAK", "PRESSURE", "CADENCE", "BLOCK_EXPECTATION_COMPLETE"]; export type BlockFeedbackType = (typeof BlockFeedbackTypes)[number];