import type { Envelope } from '@cucumber/messages'; import { type FC, type PropsWithChildren } from 'react'; interface Props { envelopes: readonly Envelope[]; } export declare const EnvelopesProvider: FC>; export {}; //# sourceMappingURL=EnvelopesProvider.d.ts.map