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