/** * VALIDATE command: Validate local metaobject JSON files * @param filePaths - Optional array of specific files to validate (e.g., ['example.json', 'dictionary']) */ export declare function validateCommand(filePaths?: string[]): Promise; //# sourceMappingURL=validate.d.ts.map