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