import type { ISideCount } from "./ISideCount.js";
export interface ISide {
    count: ISideCount;
    length: number;
}
