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