import * as t from "io-ts/lib/index.js"; import { INotify } from "../../inputs.js"; /** * @deprecated Deprecated in favour of {@link @marlowe.io/runtime-lifecycle!api.ApplicableActionsAPI} */ export type CanNotify = t.TypeOf; /** * @deprecated Deprecated in favour of {@link @marlowe.io/runtime-lifecycle!api.ApplicableActionsAPI} */ export declare const CanNotify: t.TypeC<{ case_index: t.BigIntC; is_merkleized_continuation: t.BooleanC; }>; /** * @deprecated Deprecated in favour of {@link @marlowe.io/runtime-lifecycle!api.ApplicableActionsAPI} */ export declare const toInput: (canNotify: CanNotify) => INotify; //# sourceMappingURL=canNotify.d.ts.map