/** * Action for the 'init' CLI command. * Bootstraps a new Foundry E2E test project. */ export declare function initAction(): Promise;