/**
 * equivalent representation of a sap.ui.base.Object in Node.js-scope
 */
export declare class WDI5Object {
    private _uuid;
    private _aProtoFunctions;
    private _baseObject;
    constructor(uuid: any, aProtoFunctions: any, object: any);
    getUUID(): any;
    private _attachObjectProperties;
    private _excuteObjectMethod;
    private _attachObjectMethods;
    private _writeObjectResultLog;
}
//# sourceMappingURL=wdi5-object.d.ts.map