/**
 * Sets the device of the {@link DeviceXModule}.
 *
 * @public
 */
export declare const setName: import("../..").Wire<string | null>;
/**
 * Wiring configuration for the {@link DeviceXModule | device module}.
 *
 * @internal
 */
export declare const deviceWiring: {
    DeviceProvided: {
        setName: import("../..").Wire<string | null>;
    };
};
//# sourceMappingURL=wiring.d.ts.map