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