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