import { z } from 'zod'; export declare const BrowseLabelsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ per_page: z.ZodDefault>; page: z.ZodOptional; action: z.ZodLiteral<"list">; namespace: z.ZodString; search: z.ZodOptional; with_counts: z.ZodOptional, z.ZodBoolean>>; include_ancestor_groups: z.ZodOptional, z.ZodBoolean>>; }, z.core.$strip>, z.ZodObject<{ action: z.ZodLiteral<"get">; namespace: z.ZodString; label_id: z.ZodPipe, z.ZodCoercedString>; include_ancestor_groups: z.ZodOptional, z.ZodBoolean>>; }, z.core.$strip>], "action">; export type BrowseLabelsInput = z.infer;