import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { ConsentType } from "./ConsentType.js"; export declare const Consent: core.serialization.ObjectSchema; export declare namespace Consent { interface Raw { consentType: ConsentType.Raw; version?: string | null; timeOfConsent?: string | null; } }