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