import type { SpanMatcherFn } from './matchSpan';
export declare function requiredSpanWithErrorStatus<const SelectedRelationNameT extends keyof RelationSchemasT, const RelationSchemasT, const VariantsT extends string>(): SpanMatcherFn<SelectedRelationNameT, RelationSchemasT, VariantsT>;
