import { ValueLedger } from '../core/ledger';
export default function (ledger: ValueLedger, accountId: string, spenderId: string): Promise<any>;
