export default interface ILed { setColor(color: string | null): Promise; }