interface SSERevalidateListenerProps {
    sseEndpoint?: string;
    enabled?: boolean;
}
export default function SSERevalidateListener({ sseEndpoint, enabled, }: SSERevalidateListenerProps): any;
export {};
