import type { HeartRateModel } from './HeartRateModel'; export declare type HeartRateResponse = { /** * Heart Rate Model */ data: Array; /** * Pagination token */ next_token?: string; };