/** * Use this in place of `fetch` for when strict ssl is on */ export declare function execCurl = Record>({ url, headers, }: { url: string; headers?: Record; }): Promise; //# sourceMappingURL=exec-curl.d.ts.map