import type { UdpSocketPlugin } from './definitions'; declare const UdpSocket: UdpSocketPlugin; export * from './definitions'; export { UdpSocket };