import type { Hash } from '@polkadot/types/interfaces/runtime'; /** @name BlockHash */ export interface BlockHash extends Hash { } export declare type PHANTOM_CHAIN = 'chain';