export type serviceType = { serviceID: string; ServiceName: string; }; export default function getServices(companyToken: string): Promise;