export declare class NetworkSettingDto { descriptors: string[]; id: string; isAutoApproveTransaction: boolean; networkType: string; constructor(d?: NetworkSettingDto); }