import { Bucket } from "./bucket.entity"; export declare class VideoConfig { id: number; format: string; resolution: string; bucket: Bucket; }