export interface IPingEvent {
    index: number;
    type: 'ping';
}
//# sourceMappingURL=ping-event.d.ts.map