/** * Validate command implementation. * Validates a .generacy/config.yaml file and reports errors. */ import { Command } from 'commander'; /** * Create the validate command */ export declare function validateCommand(): Command; //# sourceMappingURL=validate.d.ts.map