import { ServiceBroker, Service } from "moleculer";
export declare function doCommonServiceTest(broker: ServiceBroker, service: Service): void;
