import * as t from "io-ts/lib/index.js"; /** * @deprecated Deprecated in favour of {@link @marlowe.io/runtime-lifecycle!api.ApplicableActionsAPI} */ export type ApplicableInputs = t.TypeOf; /** * @deprecated Deprecated in favour of {@link @marlowe.io/runtime-lifecycle!api.ApplicableActionsAPI} */ export declare const ApplicableInputs: t.TypeC<{ notify: import("io-ts-types").OptionFromNullableC>; deposits: t.ArrayC, t.Type]>; can_deposit: t.BigIntC; of_token: t.Type; into_account: t.UnionC<[t.Type, t.Type]>; is_merkleized_continuation: t.BooleanC; }>>; choices: t.ArrayC; can_choose_between: t.ArrayC>; is_merkleized_continuation: t.BooleanC; }>>; }>; //# sourceMappingURL=index.d.ts.map