/**
 * This file was automatically generated by json-schema-to-typescript.
 * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
 * and re-run the "tsr-schema-types" tool to regenerate this file.
 */
export interface OscOptions {
    host: string;
    port: number;
    type: OSCDeviceType;
}
export declare enum OSCDeviceType {
    TCP = "tcp",
    UDP = "udp"
}
export type SomeMappingOsc = Record<string, never>;
export interface OscDeviceTypes {
    Options: OscOptions;
    Mappings: SomeMappingOsc;
    Actions: null;
}
//# sourceMappingURL=osc.d.ts.map