import { z } from "zod"; export declare const InternalPath: z.ZodString; export declare const ExternalPath: z.ZodString; export declare const Path: z.ZodUnion; export type InternalPath = z.infer; export type ExternalPath = z.infer; export type Path = z.infer;