import { IntentMeta, LedgerIntent, LedgerRecord } from "../../../../types/src"; export interface IIntentUpdatedHandler { execute(intent: LedgerRecord): void; }