export default class ApproveLinkTransaction { constructor(contract: any, transactionManager: any); _contract: any; _txMgr: any; get fees(): any; get timeStamp(): any; get timeStampSubmitted(): any; build(method: any, args: any): Promise; promise: Promise; _parseLogs(logs: any): void; proxyAddress: any; }