import { isoly } from "isoly"; import { Rail } from "../../Rail"; export interface Creatable { creditor: Rail.Address; currency: isoly.Currency; amount: number; description: string; external?: string; } export declare namespace Creatable { const type: import("isly/dist/cjs/object").IslyObject; }