import { RGBWLED } from './RGBWLED'; import { LEDChip } from './LEDChip'; export declare function parseRGBWLEDfromJSONFileAsync(filename: string): Promise; export declare function parseLEDChipArrayfromJSONFileAsync(filename: string): Promise; export declare function parseLEDChipArrayfromJSONStringAsync(str: string): Promise; export declare function parseLEDChipfromObjectAsync(obj: any): Promise; export declare function parseRGBWLEDfromJSONStringAsync(str: string): Promise;