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