import { StepRunnerFunc, InterpolatedStep } from '@bifravst/e2e-bdd-test-runner'; import { BifravstWorld } from '../run-features'; import { IoTClient } from '@aws-sdk/client-iot'; export declare const firmwareCIStepRunners: ({ mqttEndpoint, certsDir, iot, }: { certsDir: string; mqttEndpoint: string; iot: IoTClient; }) => ((step: InterpolatedStep) => StepRunnerFunc | false)[];