import type { FlowContextWithTest, FlowTest } from "../flowContextTypes.js"; import type { Dependencies } from "./dependencies.js"; export type FlowContext = FlowContextWithTest; export type TestContext = Omit; export declare const testContextDependencies: readonly ["failWithoutRetry", "fetchLatestEnvironmentVariables", "getInbox", "getOTP", "inputs", "mountCifsShare", "OTPAuth", "qawolf", "runCommand", "setEnvironmentVariable", "setOutput", "startOpenVpn", "startWireGuard", "workflowInputs"]; export declare function makeFlowContext({ dependencies, target: _target, test, }: { dependencies: Dependencies; target: "Basic"; test?: FlowTest; }): FlowContext; //# sourceMappingURL=flowContext.d.ts.map