import { EventType, Event } from 'libfb'; export default function handleEvent(_event: { event: Event; type: EventType; }): Promise;