import type * as Vital from "../../../../../api/index.js"; import * as core from "../../../../../core/index.js"; import type * as serializers from "../../../../index.js"; import { Query } from "../../../../types/Query.js"; import { QueryConfig } from "../../../../types/QueryConfig.js"; import { QueryBatchTimeframe } from "../../types/QueryBatchTimeframe.js"; export declare const QueryBatch: core.serialization.Schema; export declare namespace QueryBatch { interface Raw { timeframe: QueryBatchTimeframe.Raw; queries: Query.Raw[]; config?: QueryConfig.Raw | null; } }