import { Addresses } from '../../types'; export declare const numberOfContributions: (provider: string, privateKey: string, addresses: Addresses) => Promise; export declare const esusuContributions: (provider: string, privateKey: string, addresses: Addresses) => Promise;