export { toArray as asyncIterableToArray } from './async/asyncIterable'; export type { CSpellIO } from './CSpellIO'; export { CSpellIONode, getDefaultCSpellIO } from './CSpellIONode'; export { getStat, getStatSync, readFile, readFileSync, writeToFile, writeToFileIterable, writeToFileIterableP, } from './file'; export type { Stats } from './models/Stats'; export { encodeDataUrl, toDataUrl } from './node/dataUrl'; //# sourceMappingURL=index.d.ts.map