import { Mat } from '../Mat'; export interface PreviousOutput { c: Array; h: Array; o: Mat; }