/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from ".."; import * as PetstoreApi from "../../api"; import * as core from "../../core"; export declare const User: core.serialization.ObjectSchema; export declare namespace User { interface Raw { id?: number | null; username?: string | null; firstName?: string | null; lastName?: string | null; email?: string | null; password?: string | null; phone?: string | null; userStatus?: number | null; } }