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