/**
 * The estimated native price for the token
 *
 */
export type NativePriceResponse = {
    /**
     * Estimated price of the token.
     */
    price?: number;
};
