export declare function createDataTable(rows: any): string; export declare function generateExampleTableSteps(examples: any, scenario: any): any; export declare function parseExampleTable(examples: any): any; export declare function parseVariables(example: any, text: any): any;