import Web3 from "web3"; export declare const web3: Web3; export declare const Collect: (chainId: number | undefined, profileId: number, publicationId: number, data: any, privateKey: string) => Promise;