import { z } from 'zod'; declare const configSchema: z.ZodObject<{ APPWRITE_ENDPOINT: z.ZodString; AI_SERVICE_ENDPOINT: z.ZodString; }, z.core.$strip>; export type ImagineConfig = z.infer; export declare function ImagineConfigProvider({ children, }: { children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=imagine-config-provider.d.ts.map