export declare class ObjectInspector {
    getObjectPrototypes(prototype: any): any[];
    getObjectOwnPropertyNames(object: any): string[];
}
