import { Backend, InferenceSession, SessionHandler } from 'onnxruntime-common'; declare class OnnxruntimeBackend implements Backend { init(): Promise; createSessionHandler(pathOrBuffer: string | Uint8Array, options?: InferenceSession.SessionOptions): Promise; } export declare const onnxruntimeBackend: OnnxruntimeBackend; export {};