import { Amounts } from "../Amounts"; export interface Fee { other: Amounts; } export declare namespace Fee { function add(addendee: Fee, addend: Fee): Fee; const type: import("isly/dist/cjs/object").IslyObject; }