export declare enum MediaKind {
    AUDIO = 0,
    VIDEO = 1
}
//# sourceMappingURL=media-kind.d.ts.map