export function wrapContract(contract: any, name: any, abi: any, txManager: any): {
    wrappedContract: any;
};
