import { VerifyControlResponse } from './Response/VerifyControlResponse.mjs';
import '../enums/Command.mjs';

/**
 * Represents the VerifyControl type.
 */
type VerifyControl = VerifyControlResponse;

export type { VerifyControl };
