import * as messages from '@cucumber/messages'; import { IWorld } from '../src'; export default class TestWorld implements IWorld { testStepId: string; readonly attachments: messages.Attachment[]; attach(data: any, mediaType: string, fileName?: string): void; log(text: string): void; link(text: string): void; } //# sourceMappingURL=TestWorld.d.ts.map