import { Word } from "./Word.js";
import { type Warnings } from "../Warnings.js";
export declare function tokenize(curlCommand: string, warnings?: Warnings): [Word[], Word?, Word?][];
