import { NetworkTypeEnum } from './networkTypeEnum'; export declare class EmbeddedHashLockTransactionDTO { 'signerPublicKey': string; 'version': number; 'network': NetworkTypeEnum; 'type': number; 'maxFee': string; 'deadline': string; 'mosaicId': string; 'amount': string; 'duration': string; 'hash': string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }