import { TellyMedia } from "@ngx-telly/player/core";
import { TellyEventsService } from "./telly-events.service";
import * as i0 from "@angular/core";
export declare class TellyDurationCapperService {
    events: TellyEventsService;
    cap?: number;
    set(cap: number, media: TellyMedia): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TellyDurationCapperService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TellyDurationCapperService>;
}
