import { utils } from '@tradetrust-tt/token-registry-v5'; declare const encodeInitParams: ({ name, symbol, deployer }: utils.Params) => any; declare const getEventFromReceipt: (receipt: any, topic: string, iface: any) => T; declare const computeInterfaceId: (functionSignatures?: string[]) => string; export { computeInterfaceId, encodeInitParams, getEventFromReceipt };