import type { StorageKey, Vec } from '@polkadot/types';
import type { AnyTuple } from '@polkadot/types/types';
import type { HexString } from '../types';
export declare function getIdsFromKeys(keys: Vec<StorageKey<AnyTuple>>, prefix: string): HexString[];
