import { z } from 'zod'; /** * The docType value for DashboardUserConfig documents. */ export declare const DashboardUserConfig_docType = "userConfig"; /** * The schema for {@link DashboardUserConfig} documents. */ export declare const DashboardUserConfigSchema: z.ZodObject<{ docType: z.ZodDefault>; collaborators: z.ZodDefault>>>; enableDevMode: z.ZodDefault; enableAdminPage: z.ZodDefault; enabledFeatures: z.ZodDefault; automationPage: z.ZodDefault; entertainmentPage: z.ZodDefault; homelabPage: z.ZodDefault; homePageLinks: z.ZodDefault; useConfettiForTasks: z.ZodDefault; catImageOnHomePage: z.ZodDefault; adminPage: z.ZodDefault; }, z.core.$strip>>; autoTaskDeletionDays: z.ZodDefault; tagSettings: z.ZodDefault>; }, z.core.$strip>>>; taskListSortSettings: z.ZodDefault>; sortList: z.ZodDefault; sortDirection: z.ZodEnum; }, z.core.$strip>>>; }, z.core.$strip>>>; taskListFilterSettings: z.ZodDefault>; completed: z.ZodDefault>; grandChildrenTasks: z.ZodDefault>; startDate: z.ZodDefault; }, z.core.$strip>>; tags: z.ZodDefault>>; }, z.core.$strip>>>; _id: z.ZodPipe, z.ZodTransform<`${string}-${string}-${string}-${string}-${string}`, string>>; userId: z.ZodPipe>; }, z.core.$strip>; /** * Represents the user configuration for the dashboard. */ export type DashboardUserConfig = z.infer; //# sourceMappingURL=UserConfig.d.ts.map