import type { Service } from '../../../client/interfaces/Service'; import type { OpenApi } from '../interfaces/OpenApi'; /** * Get the OpenAPI services */ export declare const getServices: (openApi: OpenApi) => Service[];