/**
 * @description
 * HTTP code snippet generator for R using httr
 *
 * @author
 * @gabrielakoreeda
 *
 * for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
 */
export interface HttrOptions {
    /** @default '  ' */
    indent?: string;
}
import type { Client } from '../../targets.js';
export declare const httr: Client;
