declare interface Price { current(currency?: string): Promise; } export default Price;