export declare const captureStreamingSlotWarningCallsite: () => string | undefined; export declare const runWithStreamingSlotWarningScope: (task: () => Promise | T, metadata?: { handlerCallsite?: string; }) => T | Promise;