import { Service } from '../client/interfaces/Service'; export declare const countOperationNames: (name: string, services: Service[]) => number;