import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { DeviceV2InDb } from "./DeviceV2InDb.js"; export declare const RawDevices: core.serialization.ObjectSchema; export declare namespace RawDevices { interface Raw { devices: DeviceV2InDb.Raw[]; } }