export declare class Proxy {
    static ProxyClass(className: string, localClassPath: any): (target: any) => any;
}
