import type { Location, Pickle } from '@cucumber/messages'; import type { Theme } from '../types.js'; export declare function formatPickleLocation(pickle: Pickle, location: Location | undefined, theme: Theme, stream: NodeJS.WritableStream): string;