declare type RelayEstimation = { gasPrice: string; estimation: string; requiredTokenAmount: string; requiredNativeAmount: string; exchangeRate: string; }; export type { RelayEstimation };