import Type, { type Static } from "typebox"; export declare const CoreArgumentSchema: Type.TObject<{ id: Type.TString; version: Type.TNumber; checksum: Type.TString; descendantChecksum: Type.TUnion<[Type.TString, Type.TNull]>; combinedChecksum: Type.TString; }>; export type TCoreArgument = Static; export declare const CoreArgumentRoleStateSchema: Type.TObject<{ conclusionPremiseId: Type.TOptional; }>; export type TCoreArgumentRoleState = Static; //# sourceMappingURL=argument.d.ts.map