export declare function handleResponse(body: string | null, status?: number, headers?: Record<string, string>, response?: any): boolean;
