import { type FormElements, type FormUtils } from '@lg-tools/test-harnesses'; type ToggleElements = Pick, 'getInput'>; type ToggleUtils = Pick, 'getInputValue' | 'isDisabled'>; export type TestUtilsReturnType = ToggleElements & ToggleUtils; export {}; //# sourceMappingURL=getTestUtils.types.d.ts.map