export declare const shades: {
    accessories: {
        host: string;
        name: string;
        type: string;
        totalDurationOpen: number;
        totalDurationClose: number;
        sendStopAt0: boolean;
        sendStopAt100: boolean;
        data: {
            open: string;
            stop: string;
            close: string;
        };
        allowResend: boolean;
        withDelay: boolean;
    }[];
};
