import { z } from "zod/mini"; //#region src/content/embed.d.ts declare const EmbedContentSchema: z.ZodMiniObject<{ embed_url: z.ZodMiniString; type: z.ZodMiniString; version: z.ZodMiniOptional, z.ZodMiniNumber]>>>; title: z.ZodMiniOptional>>; author_name: z.ZodMiniOptional>>; author_url: z.ZodMiniOptional>>; provider_name: z.ZodMiniOptional>>; provider_url: z.ZodMiniOptional>>; cache_age: z.ZodMiniOptional, z.ZodMiniNumber]>>>; thumbnail_url: z.ZodMiniOptional>>; thumbnail_width: z.ZodMiniOptional>>; thumbnail_height: z.ZodMiniOptional>>; html: z.ZodMiniOptional>>; __TYPE__: z.ZodMiniLiteral<"EmbedContent">; all: z.ZodMiniUnknown; }, z.core.$strip>; type EmbedContent = z.infer; //#endregion export { EmbedContent }; //# sourceMappingURL=embed.d.ts.map