import type { SetupPluginTasksOptions } from './tasks';
export declare const handler: ({ cwd, force }: SetupPluginTasksOptions) => Promise<void>;
