import { ISubtitle } from '../Interfaces';
export declare class SubtitleCollection {
    subtitles: ISubtitle[];
    path: string;
    constructor(path: string);
    private _getSubtitles;
}
