import { ITestCase } from "./test_case"; /** * Test a segment with custom data and metadata but no references, evidences * or signatures. */ export declare class SimpleSegmentTest implements ITestCase { static id: string; id(): string; generate(): string; validate(encodedSegment: string): void; } //# sourceMappingURL=simple_segment.d.ts.map