import { Service } from './Service';
declare const _default: (...requestedServices: Array<typeof Service | Array<typeof Service>>) => any[];
export default _default;
