import { Chain } from '@webacy-xyz/sdk-core'; import type { OhlcvTimeFrame } from './types/tokens'; /** * Supported chains for token economics */ export declare const SUPPORTED_TOKEN_ECONOMICS_CHAINS: Chain[]; /** * Valid time frames for OHLCV */ export declare const VALID_TIME_FRAMES: OhlcvTimeFrame[]; //# sourceMappingURL=constants.d.ts.map