export declare function sendRequest(method: 'GET' | 'POST' | 'DELETE', url: string, headers: Record, body?: Record, attempt?: number): Promise;