import { ServiceReconciler } from '../service/ServiceReconciler';
/**
 * Class DebugServiceReconciler
 * For Debugging Service
 */
export declare class DebugServiceReconciler extends ServiceReconciler {
    constructor(mode?: any);
    receiveServiceRepresentation(rep: any): void;
}
