import { ResolutionStatementDTO } from './resolutionStatementDTO'; import { TransactionStatementDTO } from './transactionStatementDTO'; export declare class StatementsDTO { 'transactionStatements': Array; 'addressResolutionStatements': Array; 'mosaicResolutionStatements': Array; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }