import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const BreakType: core.serialization.ObjectSchema; export declare namespace BreakType { interface Raw { id?: string | null; location_id: string; break_name: string; expected_duration: string; is_paid: boolean; version?: number | null; created_at?: string | null; updated_at?: string | null; } }