import type { VideoInfo } from '../types';
export declare function formatTitle({ id, title, channel }: Omit<VideoInfo, 'ext'>): string;
//# sourceMappingURL=formatTitle.d.ts.map