export interface ReentryValidationResult { ok: boolean; errors: string[]; jsonPath: string; markdownPath: string; } export declare function validateReentryFiles(rootConfig: any, project?: string): Promise; //# sourceMappingURL=validation.d.ts.map