import { z } from 'zod'; export declare const upApiUrlSchema: z.ZodURL; export type UpApiUrl = z.infer;