import { Light } from './defintions.js';
export declare function decodeLight(originalString: string): Light;
