export declare const TOKENTYPE: {
    contractAddress: string;
    name: string;
    symbol: string;
    unit: string;
}[];
