import { Matcher as TMatcher } from '@testing-library/dom';
import { type CommandLoginOptions as TCommandLoginOptions, type LoginToMerchantCenterForCustomViewCommandLoginOptions as TLoginToMerchantCenterForCustomViewCommandLoginOptions } from "./login.js";
export type CommandLoginOptions = TCommandLoginOptions;
export type LoginToMerchantCenterForCustomViewCommandLoginOptions = TLoginToMerchantCenterForCustomViewCommandLoginOptions;
export type Matcher = TMatcher;
