export declare class AssetIssue { issueType: number; name: string; shortName: string; static fromJsonString(jsonString: any): AssetIssue; }