import { PreparedStepCallback } from '../types'; export declare function Given(stepString: string | RegExp, action: PreparedStepCallback): void;