/**
 * Setup - easily download latest artifacts and make them executable in order to use them with zombienet
 * Read more here: https://paritytech.github.io/zombienet/cli/setup.html
 * @param params binaries that willbe downloaded and set up. Possible values: `polkadot` `polkadot-parachain`
 * @param opts Options from cli, currently only support `yes` to bypass the confirmation to download the binaries
 * @returns
 */
export declare function setup(params: any, opts?: any): Promise<void>;
