/**
 * @notice Parameters for the get fee amount tick spacing query
 * @dev Contains the fee amount to query tick spacing for
 */
export interface IGetFeeAmountTickSpacingQueryParams {
    fee: number;
}
