/** * Validate command - validate configuration and example metadata */ export declare const validateCommand: import("cli-forge").CLI<{ unmatched: string[]; '--'?: string[]; } & { strict: boolean; }, Promise, {}, undefined>; //# sourceMappingURL=validate.d.ts.map