export class TensorOpRegistry { static session_options: {}; static get bilinear_interpolate_4d(): Promise<(inputs: any) => Promise>; static get bicubic_interpolate_4d(): Promise<(inputs: any) => Promise>; static get matmul(): Promise<(inputs: any) => Promise>; static get stft(): Promise<(inputs: any) => Promise>; static get rfft(): Promise<(inputs: any) => Promise>; static get top_k(): Promise<(inputs: any) => Promise>; } import { Tensor } from "../utils/tensor.js"; //# sourceMappingURL=registry.d.ts.map