import { z } from 'zod'; export declare const groupRefSchema: z.ZodObject<{ slug: z.ZodString; weight: z.ZodNumber; }, z.core.$strip>; export type GroupRef = z.infer; export declare const groupMetaSchema: z.ZodObject<{ title: z.ZodString; description: z.ZodOptional; docsUrl: z.ZodOptional, z.ZodCatch>]>>; isSkipped: z.ZodOptional; }, z.core.$strip>; export type GroupMeta = z.infer; export declare const groupSchema: z.ZodObject<{ slug: z.ZodString; refs: z.ZodArray>; title: z.ZodString; description: z.ZodOptional; docsUrl: z.ZodOptional, z.ZodCatch>]>>; isSkipped: z.ZodOptional; }, z.core.$strip>; export type Group = z.infer; export declare const groupsSchema: z.ZodOptional>; title: z.ZodString; description: z.ZodOptional; docsUrl: z.ZodOptional, z.ZodCatch>]>>; isSkipped: z.ZodOptional; }, z.core.$strip>>>;