import type { Service } from '../client/interfaces/Service'; export declare const getServiceNames: (services: Service[]) => string[];