declare function TimoutEmitter(socket: any, object: any, without_login?: boolean): Promise; declare function TimoutEmitterWithErrror(socket: any, object: any): Promise; export declare const emitDataWithTimeout: typeof TimoutEmitter; export declare const emitDataWithError: typeof TimoutEmitterWithErrror; export {};