export declare function isInsideProjectAsync(projectRoot: string): Promise; export declare function isBareWorkflowProject(projectRoot: string): Promise; export declare function actionAsync(projectRoot: string): Promise;