import { VerifyControlResponse } from './Response/VerifyControlResponse.js'; import '../enums/Command.js'; /** * Represents the VerifyControl type. */ type VerifyControl = VerifyControlResponse; export type { VerifyControl };