export declare const TOKEN_INFO: {
    name: string;
    symbol: string;
    decimals: number;
    address: string;
    signature: string;
}[];
