export type PushEventFn = (event: string, data: unknown) => void; /** Inject the relay pushEvent callback at server construction time. */ export declare function setRelayPushEvent(fn: PushEventFn): void; export declare function getRelayPushEvent(): PushEventFn | undefined; //# sourceMappingURL=relay-events.d.ts.map