import * as v from './valita.ts'; /** * Valita schema for TDigest JSON representation. * Matches the structure returned by TDigest.toJSON(). */ export declare const tdigestSchema: v.VariadicTupleType<[v.Type], v.Type, []>; export type TDigestJSON = v.Infer; //# sourceMappingURL=tdigest-schema.d.ts.map