export default bpe;
/** @type {(string | number[])[]} */
declare const bpe: (string | number[])[];
