/** * Node w/o fetch. * * @param {Readonly | undefined} [options] * Configuration (optional). * @returns {Promise} * Uint8 array. */ export function getOniguruma(options?: Readonly | undefined): Promise; import type { Options } from './types.js'; //# sourceMappingURL=get-oniguruma.fs.d.ts.map