import { Addresses } from '../../types'; export default function (provider: string, privateKey: string, addresses: Addresses): Promise; export declare const interest: (cycleId: number, provider: string, privateKey: string, addresses: Addresses) => Promise<{ capital: any; interest: any; }>;