import { type Envelope } from '@cucumber/messages';
export default function makeSourceEnvelope(data: string, uri: string): Envelope;
