import { type PromiseExecutor } from "@nx/devkit"; interface ValidateSchema { packageRoot?: string; dryRun?: boolean; } declare const runExecutor: PromiseExecutor; export default runExecutor; //# sourceMappingURL=validate.d.ts.map