/**
 * @fileoverview Pandoc Implementations
 *
 * This module exports different Pandoc implementation strategies.
 */
export * from './pandoc-native';
export * from './pandoc-wasm';
//# sourceMappingURL=index.d.ts.map