export declare const MANAToken: ({ type: string; stateMutability: string; inputs: never[]; name?: undefined; anonymous?: undefined; outputs?: undefined; } | { type: string; name: string; inputs: { type: string; name: string; internalType: string; indexed: boolean; }[]; anonymous: boolean; stateMutability?: undefined; outputs?: undefined; } | { type: string; stateMutability: string; outputs: { type: string; name: string; internalType: string; }[]; name: string; inputs: { type: string; name: string; internalType: string; }[]; anonymous?: undefined; })[];