import type { ActionResult } from '../types';
declare const setup: ({ attributes: { setup, mode, verbose, force } }: {
    attributes: {
        setup: any;
        mode: any;
        verbose: any;
        force: any;
    };
}, args: any, { logger, cwd }: {
    logger: any;
    cwd: any;
}) => Promise<ActionResult>;
export default setup;
//# sourceMappingURL=setup.d.ts.map