import { Converter } from '../entities';
export declare const id = "curl";
export declare const name = "cURL";
export declare const description = "cURL command line tool";
export declare const convert: Converter;
//# sourceMappingURL=curl.d.ts.map