/** * Predicate used to filter a service. Return `true` to match a service and * `false` to not match. */ export declare type ServicePredicate = (service: S) => boolean; //# sourceMappingURL=predicate.d.ts.map