export declare function inherit(from: ((instance: any) => any) | any, property?: string): (target: any, name: string, descriptor?: TypedPropertyDescriptor) => void;