import type { APIGatewayEvent, APIGatewayProxyResult } from 'aws-lambda'; import type { WebsocketParams } from './websocket-types.js'; export declare const connectWebsocket: (event: APIGatewayEvent, { channelStore }: WebsocketParams) => Promise;