import type { Check } from '../types.js'; import { validateImport } from './validate-import.js'; /** * 선택 검사 목록 */ export declare const optionalChecks: Check[]; export { validateImport }; //# sourceMappingURL=index.d.ts.map