import { isly as isly2 } from "isly2"; import { Amount } from "../Amount"; import { Meta } from "./Meta"; export type Changeable = { limit?: Amount; meta?: Meta; }; export declare namespace Changeable { const type: import("isly/dist/cjs/object").IslyObject; const type2: isly2.Object; }