declare const getPositionKey: (address: string, lowerTick: number, upperTick: number) => string;
export default getPositionKey;
