export declare const HEALTHY_RESPONSE: { statusCode: number; body: string; }; export declare function isHealthCheck(event: any): boolean;