import * as z from "zod"; /** * The thumbnail image for a person. */ export type Thumbnail = { asset_id?: string | undefined; bounding_box?: Array | undefined; url?: string | undefined; resource_type?: string | undefined; type?: string | undefined; public_id?: string | undefined; version?: number | undefined; }; export declare const Thumbnail$zodSchema: z.ZodType; //# sourceMappingURL=thumbnail.d.ts.map