import { StepRunnerFunc, InterpolatedStep } from '@bifravst/e2e-bdd-test-runner'; declare type World = { accountId: string; }; export declare const bifravstStepRunners: ({ mqttEndpoint, certsDir, awsIotRootCA, }: { mqttEndpoint: string; certsDir: string; awsIotRootCA: string; }) => ((step: InterpolatedStep) => StepRunnerFunc | false)[]; export {};