export declare class PlayList {
    title: string;
    fileAddress: string;
}
