export interface ERC20TransferLogData {
    value: string;
    from: string;
    to: string;
    topic: string;
}
//# sourceMappingURL=transfer.d.ts.map