/** * Posts message to socket connection * Assumes socket connection already exists for given cacheKey * If connectionId found for cacheKey and post to socket fails, assumes stale and clears from DB */ export declare const sendHandler: (event: any) => Promise<{ statusCode: number; body: string; }>;