export declare class HubbleService { getUserPosition(walletAddress: string): Promise; getVaults(): Promise; getAssets(): Promise; getAssetPrice(assetSymbol: string): Promise; getGlobalStats(): Promise; } //# sourceMappingURL=HubbleService.d.ts.map