import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; export declare const ClientFacingHeartRate: core.serialization.ObjectSchema; export declare namespace ClientFacingHeartRate { interface Raw { avg_bpm?: number | null; min_bpm?: number | null; max_bpm?: number | null; resting_bpm?: number | null; avg_walking_bpm?: number | null; } }