import { JsonLight } from '../domain';
export declare class JsonLightBuilder {
    build(): JsonLight;
}
