import type { Client } from '../../client';
/**
 * Determines if span streaming is enabled for the given client
 */
export declare function hasSpanStreamingEnabled(client: Client): boolean;
//# sourceMappingURL=hasSpanStreamingEnabled.d.ts.map