/**
 * Declares this route as a Server-Sent-Events endpoint
 *
 * @publicApi
 */
export declare function Sse(path?: string): MethodDecorator;
