export class Partition {
    constructor(offset: any, bits1: any, digits1: any, bits2: any, digits2: any);
    a: Segment;
    b: Segment;
}
import { Segment } from "./segment";
//# sourceMappingURL=partition.d.ts.map