import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const DateRange: core.serialization.ObjectSchema; export declare namespace DateRange { interface Raw { start_date?: (string | null | undefined) | null; end_date?: (string | null | undefined) | null; } }