import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const Job: core.serialization.ObjectSchema; export declare namespace Job { interface Raw { id?: string | null; title?: (string | null | undefined) | null; is_tip_eligible?: (boolean | null | undefined) | null; created_at?: string | null; updated_at?: string | null; version?: number | null; } }