import { Assertion, IAssertionData } from './assertions/Assertion'; import type { Claim } from './Claim'; export declare class AssertionFactory { readonly claim: Claim; readonly label: string; readonly assertion: IAssertionData; constructor(claim: Claim, data: IAssertionData); get data(): any; static from(claim: Claim, assertion: IAssertionData): Assertion; } //# sourceMappingURL=AssertionFactory.d.ts.map