import { ICreateServiceParams } from '@esri/arcgis-rest-service-admin'; /** * Convert "service info" POJO from a service template * into a ICreateServiceParams required to for the * createService call * * @export * @param {unknown} serviceInfo * @return {*} {ICreateServiceParams} */ export declare function simplifyServiceInfo(serviceInfo: unknown): ICreateServiceParams;