import { StorageKey } from '@polkadot/types/primitive/StorageKey';
import type { StorageEntry } from '@polkadot/types/primitive/types';
import type { InterfaceTypes } from '@polkadot/types/types';
/** @internal */
export declare function getType(value: StorageKey | StorageEntry | [StorageEntry, any]): keyof InterfaceTypes;
