import type * as uWS from 'uWebSockets.js'; import type { PikkuLocalChannelHandler } from '@pikku/core/channel/local'; import type { PikkuuWSHandlerOptions } from './pikku-uws-http-handler.js'; export declare const pikkuWebsocketHandler: ({ logger, loadSchemas, logRoutes, }: PikkuuWSHandlerOptions) => uWS.WebSocketBehavior<{ channelHandler: PikkuLocalChannelHandler; }>;