import { Service } from '../../contracts/Service';
export declare function mergeDatasets(localData?: Service[], remoteData?: Service[]): any[];
