import { IService } from './types'; /** * Return a Service object to create Resources and Attributes * @param {*} json */ export declare function Service(json: any): IService;