import { z } from "zod/mini"; //#region src/content/empty.d.ts declare const EmptyContentSchema: z.ZodMiniObject<{ type: z.ZodMiniString; __TYPE__: z.ZodMiniLiteral<"EmptyContent">; }, z.core.$strip>; type EmptyContent = z.infer; //#endregion export { EmptyContent }; //# sourceMappingURL=empty.d.ts.map