import { InferenceSession } from 'onnxruntime-common';
export declare const setSessionOptions: (options?: InferenceSession.SessionOptions) => [number, number[]];
