import { StepRunnerFunc, InterpolatedStep } from '@bifravst/e2e-bdd-test-runner'; import { BifravstWorld } from '../run-features'; import { TimestreamQueryClient } from '@aws-sdk/client-timestream-query'; export declare const timestreamStepRunners: ({ timestream, }: { timestream: TimestreamQueryClient; }) => ((step: InterpolatedStep) => StepRunnerFunc | false)[];