import { Led } from "johnny-five";
export declare function handleColor(led: Led.RGB): Promise<void>;
