import type { U32 } from '@polkadot/types-codec';
/** @name UnlockId */
export interface UnlockId extends U32 {
}
export declare type PHANTOM_VTOKENMINTING = 'vtokenMinting';
