import { z } from "zod"; export declare const sidebarOrderPreferenceSchema: z.ZodObject<{ orderedIds: z.ZodArray; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { updatedAt: Date | null; orderedIds: string[]; }, { updatedAt: Date | null; orderedIds: string[]; }>; export declare const upsertSidebarOrderPreferenceSchema: z.ZodObject<{ orderedIds: z.ZodArray; }, "strip", z.ZodTypeAny, { orderedIds: string[]; }, { orderedIds: string[]; }>; export type UpsertSidebarOrderPreference = z.infer; //# sourceMappingURL=sidebar-preferences.d.ts.map