import type * as Vital from "../../../../api/index.js"; import type * as core from "../../../../core/index.js"; import type * as serializers from "../../../index.js"; import { SimulationFlags } from "../../../types/SimulationFlags.js"; export declare const Request: core.serialization.Schema; export declare namespace Request { type Raw = SimulationFlags.Raw | null | undefined; }