import type { ExecutionTargetOutput as Target } from "@qawolf/flow-targets"; export type TargetScope = { target: Target; }; export declare function configureTarget(scope: TargetScope): void; export declare function resetTarget(): void; export declare function getCurrentScope(): TargetScope | undefined; export declare function getCurrentTarget(): Target; //# sourceMappingURL=targetScope.d.ts.map