import { Penalty } from "./types"; export declare const penaltyOfMatrix: (matrix: number[][], except: Penalty) => Penalty;