export type PriceChangeType = {
    m5: number;
    h1: number;
    h6: number;
    h24: number;
};
//# sourceMappingURL=price.d.ts.map