import { types } from "../../../../ledger-sdk/src"; import { IntentConfig, LedgerHandle } from "../../../../types/src"; export declare class IntentEntity { handle: types.LedgerHandle; hash: types.LedgerHash; meta: types.IntentMeta; claims: types.LedgerClaim[]; custom?: types.LedgerCustom; schema?: LedgerHandle; access: types.LedgerAccess; origin?: types.LedgerHandle; moment?: Date; config?: IntentConfig; }