import { IdOptions } from './types.js';
export declare function getShortNameFromId(id: string, opts?: Pick<IdOptions, 'shortNameLength'>): string;
