import { Tokenizer } from "./tokenizer.js"; export declare const loadTokenizer: (tokenizerPath: string, proxy?: boolean) => Promise;