import { HunspellAsmModule } from './HunspellAsmModule'; import { HunspellFactory } from './HunspellFactory'; /** * Creates a factory function for mounting files into wasm filesystem * and creating hunspell instance. * * @param {HunspellAsmModule} asmModule wasm / asm module loaded into memory. * * @return {HunspellFactory} factory function for mounting files and creating hunspell instance. */ /** @internal */ export declare const hunspellLoader: (asmModule: HunspellAsmModule) => HunspellFactory; //# sourceMappingURL=hunspellLoader.d.ts.map