import { z } from 'zod'; export declare const semverRegex: RegExp; export declare const semverValidation: z.ZodString;