import { type PromiseExecutor } from "@nx/devkit"; import type { VersionExecutorSchema } from "./schema.d.ts"; declare const runExecutor: PromiseExecutor; export default runExecutor; //# sourceMappingURL=version.d.ts.map