import { type NormalizedTorrent } from '@ctrl/shared-torrent';
import { type Torrent } from './types.js';
export declare function normalizeTorrentData(torrent: Torrent): NormalizedTorrent;
