interface BalanceOfInput { network: string; scriptHash: string; address: string; } export declare function totalBalanceOf(data: BalanceOfInput): Promise; export {}; //# sourceMappingURL=totalBalanceOf.d.ts.map