import type { NodeId } from "@zwave-js/core";
import { Endpoint } from "../Endpoint.js";
export declare abstract class ZWaveNodeBase extends Endpoint implements NodeId {
    /**
     * Whether the node should be kept awake when there are no pending messages.
     */
    keepAwake: boolean;
    /** The ID of this node */
    get id(): number;
}
//# sourceMappingURL=00_Base.d.ts.map