import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { GroupedVo2Max } from "./GroupedVo2Max.js"; export declare const GroupedVo2MaxResponse: core.serialization.ObjectSchema; export declare namespace GroupedVo2MaxResponse { interface Raw { groups: Record; next?: string | null; next_cursor?: string | null; } }