export function createMezzanine(): {
    id: any;
    fileURL: any;
    delivery: any;
    codec: any;
    type: any;
    width: number;
    height: number;
    fileSize: number;
    mediaType: string;
};
//# sourceMappingURL=mezzanine.d.ts.map