import { VideoItemDataInput, VideoItemType } from "../../../interfaces/types/Video"; export declare const normalizeVideoItemData: (data: VideoItemDataInput) => VideoItemType;