import { z } from 'zod';
export declare const openapiAnchorOrTab: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
