import type { SSEEvent } from './types'; export declare function sse(data: SSEEvent | string): string;