declare global { interface VideoParseInfo { poster: string; duration: number; } } export {}