import type { Check } from '../../checks/types.js'; /** * 폴더 스캔 검사 - workspace-projects.md에 정의되지 않은 폴더 찾기 */ export declare const scanWorkspace: Check; export default scanWorkspace; //# sourceMappingURL=check.d.ts.map