/** * Returns the parameters typed by user for * smartcontract registration on SeascapeSDS. * @param network_id network id where the smartcontract deployed on * @returns address Smartcontract address * @returns transaction_id Smartcontract deployment transaction hash * @returns name of the smartcontract * @returns group where smartcontract is classified */ export declare const register: (network_id: string | number) => Promise;