import { Envelope } from '@cucumber/messages'; import type { Options } from './types.js'; export * from './theme.js'; export type * from './types.js'; declare const _default: { type: string; formatter({ on, options, stream, write, }: { on: (type: "message", handler: (message: Envelope) => void) => void; options?: Options; stream?: NodeJS.WritableStream; write: (content: string) => void; }): void; optionsKey: string; }; export default _default; //# sourceMappingURL=index.d.ts.map