///
import { Struct } from "../struct";
/**
* Creates a zigbee-herdsman `hasConfigured` struct.
*
* @param data Data to initialize structure with.
*/
export declare const hasConfigured: (data?: Buffer) => import("../struct").BuiltStruct & Record<"isConfigured", () => Boolean>>;
//# sourceMappingURL=has-configured.d.ts.map