import type { VideoInfo, VideoJSON } from '../types';
export declare function formatJSON({ id, title, channel, ext, resolution, duration }: VideoInfo & {
    resolution: [number, number];
    duration: string;
}): VideoJSON;
//# sourceMappingURL=formatJSON.d.ts.map