/** * The different states of ledger inclusion. */ export declare type LedgerInclusionState = 'noTransaction' | 'included' | 'conflicting';