import { ISubmittableResult } from '@polkadot/types/types'; import BigNumber from 'bignumber.js'; import { Procedure } from '../../internal'; import { RegisterCustomAssetTypeParams } from '../../types'; import { ExtrinsicParams, TransactionSpec } from '../../types/internal'; /** * @hidden */ export declare const createRegisterCustomAssetTypeResolver: () => (receipt: ISubmittableResult) => BigNumber; /** * @hidden */ export declare function prepareRegisterCustomAssetType(this: Procedure, args: RegisterCustomAssetTypeParams): Promise>>; /** * @hidden */ export declare const registerCustomAssetType: () => Procedure; //# sourceMappingURL=registerCustomAssetType.d.ts.map