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