/** * Puts new socket connection record in DB */ export declare const connectHandler: (event: any) => Promise<{ statusCode: number; body: string; }>;