import { ServiceInfoDTO } from './service-info';
export declare function parseServiceListDTO(responseData: any): ServiceInfoDTO[];
