declare const handleCustomEvent: ({ data, sid }: { data: string; sid: string; }) => Promise; export default handleCustomEvent;