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