export { createOnnxRuntime };
import { Imports } from './tensor';
declare function createOnnxRuntime(config: any): Imports;
