import type { Application } from '../Application.js'; import { ServiceProvider } from '../ServiceProvider.js'; /** * Boots Socket.io and registers `socket.io` + {@link SocketBroadcaster}. * * Socket.io is lazily imported so @atlex/core can be used without it installed. */ export declare class SocketServiceProvider extends ServiceProvider { register(app: Application): void; boot(app: Application): void; } //# sourceMappingURL=SocketServiceProvider.d.ts.map