import type { UserParameter } from '../../runtime';
export declare function Step(name: string, arguments_?: UserParameter[]): any;
