import type { TectoyLampLedType, TectoyLampStatusType } from './types/tectoysunmi-types';
declare const NativeModuleTectToySunmiLampadaSDK: {
    ControlarLampada: (status: TectoyLampStatusType, led: TectoyLampLedType) => Promise<any>;
    ControlarLampadaLoop: (status: TectoyLampStatusType, onTime: number, offTime: number, led: TectoyLampLedType) => Promise<any>;
    Desligar: () => Promise<any>;
};
export default NativeModuleTectToySunmiLampadaSDK;
