import type { PathOperation } from '../utils/pageContext.ts'; interface SettingsIssue { message: string; fix?: string; apply?: () => Promise; } /** * Validate settings.json for a path and its children (template/slot). * Fractal: applies the same validation at each level. * Returns a list of issues, each optionally with a fix. */ export declare const validatePathSettings: PathOperation; export {}; //# sourceMappingURL=validatePathSettings.d.ts.map