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