import { Tensor } from '../tensor'; export declare class TransposeOps { static transpose(x: T, perm?: number[]): T; }