declare function getCheckAbilityRelateModuleTask(currentWorkingDirectory?: string): { title: string; skip: () => Promise; task: () => Promise; }; export { getCheckAbilityRelateModuleTask }; //# sourceMappingURL=index.d.ts.map