declare type Options = {
force: boolean;
};
export declare function actionAsync(projectRoot?: string, options?: Options): Promise<void>;
export {};