import { Playback } from './Playback'; export declare class PlaybackConverter { static convert(entity: any): Playback; }