import type { StorageKey } from '@polkadot/types'; /** @name PrefixedStorageKey */ export interface PrefixedStorageKey extends StorageKey { } export declare type PHANTOM_CHILDSTATE = 'childstate';