export declare const objectToClass: <T>(obj: any, type: {
    new (): T;
}) => any;
