type ProxyContainer = (services: T, handler: K) => T; export declare const proxyContainer: ProxyContainer; export {};