import { AssetLedger } from '../core/ledger'; export default function (ledger: AssetLedger, assetId: string): Promise<{ id: string; uri: any; imprint: any; schemaId: any; }>;