import { CacheLayer, CacheLayerItem } from "../services/cache";
export declare function GenericConstruct(module: any, original: any, currentModule: CacheLayer<CacheLayerItem<Function>>): (constructor: any, args: any) => any;
