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