import { ServiceFn, ServiceFactory } from '@gaman/common'; export declare function composeService, Args extends any[] = any[]>(factory: ServiceFactory): ServiceFactory;