/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../.."; import * as WorkOS from "../../../../api"; import * as core from "../../../../core"; export declare const User: core.serialization.ObjectSchema; export declare namespace User { interface Raw { object: "user"; id: string; first_name?: string | null; last_name?: string | null; email: string; email_verified: boolean; created_at: string; updated_at: string; } }