import { SafeUrl } from "@angular/platform-browser"; export declare class LocalMediaSource { type: string; url: string; safeUrl?: SafeUrl; }