import { l as loadPyodide, P as PyodideInterface } from './pyodide.d-DZJVW4ke.js'; type LoadOption = Omit[0], undefined>, 'packages'> & { /** * Whether to load `brotli` package to handle `woff2` format */ woff2?: boolean; }; type LoadInNodeOption = Omit; /** * Load `fonttools` in `node` */ declare function loadInNode(options?: LoadInNodeOption): Promise; export { type LoadInNodeOption, PyodideInterface, loadInNode };