export interface PriceData {
    asset: string;
    price: number | null;
    timestamp: Date;
}
//# sourceMappingURL=price.d.ts.map