import { LogService } from './log.service';
export declare class LogGateway {
    private logService;
    constructor(logService: LogService);
    connect(client: any, payload: any): void;
}
