/** * Short URLs Models Exports * * Repository for URL shortening with analytics support. * Implements UrlShortenerStorage for use with StorageBackedUrlShortener. */ export { ShortUrlRepository, type ShortUrlDatabaseRow } from './ShortUrlRepository'; //# sourceMappingURL=index.d.ts.map