import { z } from 'zod'; export declare const ShareLinkSchema: z.ZodObject<{ id: z.ZodString; circleId: z.ZodOptional; objectId: z.ZodString; objectType: z.ZodNumber; shareLink: z.ZodString; apiPath: z.ZodString; appPath: z.ZodString; isVanity: z.ZodBoolean; createdTime: z.ZodString; updatedTime: z.ZodString; }, z.core.$strip>; export type ShareLink = z.infer; //# sourceMappingURL=shareLink.d.ts.map