export declare enum InputType {
    TV = "TV",
    App = "APP",
    Source = "SOURCE",
    Channel = "CHANNEL"
}
//# sourceMappingURL=inputType.d.ts.map