import { JsonLightService } from '../../domain';
export declare class JsonLightServiceImp implements JsonLightService {
    json(value: any): any;
}
