/** * Keepalive ping. */ export interface RealtimePing { event: "ping"; }