import { Interaction } from '@serenity-js/core/lib/screenplay'; import { Target } from '../ui/target'; export declare class Hit { static the: (key: string) => { into: (target: Target) => Interaction; }; }