import { ChartEntry, PoolTickData } from '../types'; export declare const formatData: (poolTickData?: PoolTickData) => Promise;