/**
* Returns the closest tick that is nearest a given tick and usable for the given tick spacing
* @param tick the target tick
* @param tickSpacing the spacing of the pool
*/exportdeclarefunctionnearestUsableTick(tick: number, tickSpacing: number): number;