export interface WsResponse<T = any> {
    event: string;
    data: T;
}
//# sourceMappingURL=ws-response.d.ts.map