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