import * as nuxtseo_shared_content from 'nuxtseo-shared/content'; import { z } from 'zod'; declare const defineSchema: (options?: nuxtseo_shared_content.ContentSchemaOptions | undefined) => z.ZodOptional; component: z.ZodOptional; props: z.ZodRecord; }, z.core.$strip>>; declare const asCollection: (collection: any) => T; declare const schema: z.ZodObject<{ [x: string]: any; }, z.core.$strip>; declare const ogImageSchema: any; export { asCollection as asOgImageCollection, defineSchema as defineOgImageSchema, ogImageSchema, schema };