import { Service, ServiceClass, ProviderClass } from './provider'; export declare function createServiceProvider(Svc: ServiceClass): ProviderClass;