import type * as ort from "onnxruntime-web"; export declare function int64TensorValues(values: readonly number[]): BigInt64Array; export declare function readScalarInt(tensor: ort.Tensor | null | undefined): number; export declare function firstExistingInputName(session: ort.InferenceSession, candidates: readonly string[], fallbackIndex: number): string; //# sourceMappingURL=utils.d.ts.map