import { types } from "../../../../ledger-sdk/src"; import { BridgePrepareAction } from '../types'; export declare class CommandEntity { handle: types.LedgerHandle; hash: types.LedgerHash; meta: types.LedgerMeta; action: BridgePrepareAction | types.BridgeCommandAction; intent: types.LedgerHandle; moment?: Date; }