import { ProxyServiceInterface } from './proxy-service.interface'; import { BaseModelInterface } from '../../models/base/base-model.model'; export declare class ProxyFactoryService> { constructor(); get(newable: new () => T): ProxyServiceInterface; } //# sourceMappingURL=proxy-factory.service.d.ts.map