import type { GraphQLClient } from 'graphql-request'; import { PoolTickData } from '../types'; export declare const fetchTicksSurroundingPrice: (poolAddress: string, client: GraphQLClient, numSurroundingTicks?: number) => Promise;