import { Tick } from '../types'; import type { GraphQLClient } from 'graphql-request'; export declare const fetchInitializedTicks: (poolAddress: string, tickIdxLowerBound: number, tickIdxUpperBound: number, client: GraphQLClient) => Promise;