import * as z from "zod/v3"; export type UserGeneratedContentId = { /** * The opaque id of the user generated content. */ id?: number | undefined; }; /** @internal */ export type UserGeneratedContentId$Outbound = { id?: number | undefined; }; /** @internal */ export declare const UserGeneratedContentId$outboundSchema: z.ZodType; export declare function userGeneratedContentIdToJSON(userGeneratedContentId: UserGeneratedContentId): string; //# sourceMappingURL=usergeneratedcontentid.d.ts.map