import type Tableau from "./tableau"; export declare function countIntegerValues(this: Tableau): number; export declare function isIntegral(this: Tableau): boolean; export declare function computeFractionalVolume(this: Tableau, ignoreIntegerValues?: boolean): number;