/// <reference types="cypress" />
/// <reference types="cypress" />
import DataTable from "../data_table";
export declare function runStepWithLogGroup(options: {
    fn: () => unknown;
    keyword: string;
    argument?: DataTable | string;
    text?: string;
}): Cypress.Chainable<unknown>;
