import { Outgoing } from './outgoing'; import { OnNewLogin } from './socket'; export declare const onNewLogin: (outgoing: Outgoing) => OnNewLogin;