import { InferenceHandler } from '../../backend'; import { Profiler } from '../../instrument'; import { WasmSessionHandler } from './session-handler'; export declare class WasmInferenceHandler implements InferenceHandler { readonly session: WasmSessionHandler; readonly profiler?: Readonly | undefined; constructor(session: WasmSessionHandler, profiler?: Readonly | undefined); dispose(): void; }