export declare type TokenToPriceMapping = {
    [key: string]: number;
};
