import { Service } from '../types';

export declare function sortServices(services: Service[], sortBy: string): Service[];
