export declare const hasActiveStreamingSlotRegistry: () => boolean; export declare const runWithStreamingSlotRegistry: (task: () => Promise | T) => Promise;