import { EditorContent } from "./types"; export declare const editorContentToCurl: (editorContent: EditorContent, endpoint: string) => string; export declare const curlToEditorContent: (_curl: string, _endpoint: string) => EditorContent; //# sourceMappingURL=curl.d.ts.map