import { type Meta } from "https://deno.land/x/tepi@v1.0.54/src/types.ts";
definition: { [key: string]: any; _elapsedTime?: number | string; _startLine?: number; _endLine?: number; _filePath?: string; _relativeFilePath?: string; _noAnimation?: boolean; _isEmptyBlock?: boolean; _isDoneBlock?: boolean; _isSuccessfulBlock?: boolean; _isFailedBlock?: boolean; _isIgnoredBlock?: boolean; _errorDisplayed?: boolean; }