export interface TypeMapping {
    channel: string;
    type: keyof typeof AccessoryType;
}
/** The enumeration defining the supported accessory types  */
export declare enum AccessoryType {
    /** The undefined type. This is the default value. */
    Undefined = 0,
    /** An outlet */
    Outlet = 1
}
//# sourceMappingURL=typeMappings.d.ts.map