import type { ILookup } from '@polkadot/types-create/types';
import type { SiLookupTypeId } from '../../interfaces/index.js';
export declare function getSiName(lookup: ILookup, type: SiLookupTypeId): string;
