export declare const newRadonSta: (Char: any) => {
    new (): {
        [x: string]: any;
    };
    [x: string]: any;
    readonly UUID: string;
};
declare class AirthingsTypes {
    hap: any;
    displayRadonLTA: boolean;
    displayRadonSTA: boolean;
    constructor(homebridge: any, displayRadonSTA?: boolean, displayRadonLTA?: boolean);
    get Service(): {
        new (displayName?: string, subtype?: string): {
            [x: string]: any;
        };
        [x: string]: any;
    };
    get Characteristics(): {
        RadonLta: {
            new (): {
                [x: string]: any;
            };
            [x: string]: any;
            readonly UUID: string;
        };
        RadonSta: {
            new (): {
                [x: string]: any;
            };
            [x: string]: any;
            readonly UUID: string;
        };
    };
}
export default AirthingsTypes;
