import type { Service } from '../client/interfaces/Service'; export declare const postProcessService: (service: Service) => Service;