export declare const clsProxify: <T extends object>(targetToProxify: T) => T;
