/** A timestamp associated to a value */
export interface VpsTimestampValue {
    /**  */
    timestamp: number;
    /**  */
    value?: number;
}
//# sourceMappingURL=VpsTimestampValue.d.ts.map