import type { Response } from 'node-fetch/@types'; export declare function simpleFetch(method: string, url: string, body: string | null, headers: Record): Promise; export declare function mustSimpleFetch(method: string, url: string, body: string | null, headers: Record): Promise;