export declare class ShortIdMappingService { private readonly shortToUuid; private readonly uuidToShort; shorten(uuid: string): string; resolve(shortId: string): string | null; get size(): number; private evictIfNeeded; private deriveShortId; }