import { Service } from './Service'; export interface Services { has_more: boolean; services: Service[]; } //# sourceMappingURL=Services.d.ts.map