/**
 * Returns the current BLUB token price in USD.
 */
export declare function getBlubPrice(): Promise<number>;
/**
 * Returns the current SUI token price in USD.
 */
export declare function getSuiPrice(): Promise<number>;
