import { z } from "zod"; export declare const emptySchema: z.ZodObject<{}, z.core.$strip>; export type EmptyType = z.infer;