/** * Response to a client ping. */ export interface RealtimePong { event: "pong"; }