import { JsonLight } from '../domain';
export declare class JsonLightBuilder {
    build(): JsonLight;
}
//# sourceMappingURL=builder.d.ts.map