import { FormUtils } from '@lg-tools/test-harnesses'; export interface GetTestUtilsReturnType { findButton: () => Promise; getButton: () => T; queryButton: () => T | null; isDisabled: FormUtils['isDisabled']; }