import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const Break: core.serialization.ObjectSchema; export declare namespace Break { interface Raw { id?: string | null; start_at: string; end_at?: (string | null | undefined) | null; break_type_id: string; name: string; expected_duration: string; is_paid: boolean; } }