import z from 'zod'; /** * The schema for the PWA web manifest. */ export declare const WEB_MANIFEST_SCHEMA: z.ZodOptional; start_url: z.ZodPrefault; display: z.ZodPrefault>; background_color: z.ZodPrefault; theme_color: z.ZodPrefault; icons: z.ZodPrefault, z.ZodString]>; purpose: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$loose>>; export type WebManifest = z.infer; export declare function parseWebManifest(config: any, defaultConfig: WebManifest): WebManifest; //# sourceMappingURL=WebManifest.d.ts.map