import type { InferenceSession, Tensor } from "onnxruntime-web"; export declare function runInference(session: InferenceSession, inputTensor: Tensor): Promise; //# sourceMappingURL=infer.d.ts.map