/** * @import {Options} from './types.js' */ /** * Browser (and Node 18+) WASM loader. * * @param {Readonly | undefined} [options] * Configuration (optional). * @returns {Promise} * Fetch response. */ export function getOniguruma(options?: Readonly | undefined): Promise; import type { Options } from './types.js'; //# sourceMappingURL=get-oniguruma.default.d.ts.map