import type { OhlcvInterval } from '@lifi/perps-types'; /** * Validate and map an SDK OHLCV interval to Lighter's resolution string. * Unsupported intervals raise a validation error instead of being rounded. * * @public */ export declare const mapInterval: (interval: OhlcvInterval) => string; //# sourceMappingURL=ohlcvInterval.d.ts.map