import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { LastAttempt } from "./LastAttempt.js"; export declare const SingleResourceStatistics: core.serialization.ObjectSchema; export declare namespace SingleResourceStatistics { interface Raw { last_attempt?: LastAttempt.Raw | null; oldest_data?: string | null; newest_data?: string | null; sent_count?: number | null; } }