import { Segment } from '@stratumn/js-chainscript'; /** * A list of segments with pagination details. */ export declare class Segments { totalCount: number; segments: Segment[]; constructor(totalCount: number, segments: any[]); } //# sourceMappingURL=segments.d.ts.map