import * as ethers from 'ethers'; import * as _typechain_ethers_v5_static_common from '@typechain/ethers-v5/static/common'; import { utils } from '@tradetrust-tt/token-registry-v4'; declare const computeTitleEscrowAddress: (params: utils.ComputeTitleEscrowAddressParams) => string; declare const encodeInitParams: ({ name, symbol, deployer }: utils.Params) => string; declare const getEventFromReceipt: >(receipt: ethers.ContractReceipt, topic: string, iface?: any) => T; declare const computeInterfaceId: (functionSignatures?: string[]) => string; export { computeInterfaceId, computeTitleEscrowAddress, encodeInitParams, getEventFromReceipt };