export interface PriceProvider { getPrice(token: string): Promise; }