export declare const inhert: (Target: (...args: any[]) => void, Origin: (...args: any[]) => void) => void;
