import * as DBus from "dbus-next";
/**
 * Service: org.bluez
 * ObjectPath: /-/bluez/hci0/-
 * Interface: org.freedesktop.DBus.Introspectable
 */
export declare class OrgFreedesktopDBusIntrospectable {
    static readonly DbusInterfaceName = "org.freedesktop.DBus.Introspectable";
    dbusObject: DBus.ProxyObject;
    thisDBusInterface: DBus.ClientInterface;
    static Connect(bus: DBus.MessageBus, objectPath: string, xml?: string): Promise<OrgFreedesktopDBusIntrospectable>;
    constructor(dbusObject: DBus.ProxyObject);
    /***** Methods *****/
    Introspect(): Promise<string>;
}
