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