export declare function init(callback: (imports: WebAssembly.Imports) => Promise<WebAssembly.Instance | WebAssembly.WebAssemblyInstantiatedSource>): Promise<void>; export * from "./tiktoken_bg";