declare function reshape<T>(flat: ArrayLike<T>, shape: number[], fortranOrder?: boolean): any;

export { reshape };
