export type Networks = 'devnet' | 'testnet' | 'mainnet'; export interface ISubmitClaimPayload { type: string; collectionId: string; } export interface ISubmitClaim { type: string; collectionId: string; } export declare enum AgentRoles { evaluators = "EA", serviceProviders = "SA" } //# sourceMappingURL=type.d.ts.map