export declare const extractVideoMetadata: (file: File) => Promise<{ duration: number; width: number; height: number; format: string; }>;