import type { Span } from './spanTypes';
export declare const getSpanKey: <RelationSchemasT>(span: Span<RelationSchemasT>) => string;
