import { isoly } from "isoly"; import { isly } from "isly"; export type Amounts = Partial>; export declare namespace Amounts { function add(addendee: Amounts, addend: Amounts): Amounts; function compare(left: Amounts, right: Amounts): boolean; const type: isly.Type>>; }