import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { CatalogObjectBase } from "./CatalogObjectBase"; import { CatalogTimePeriod } from "./CatalogTimePeriod"; export declare const CatalogObjectTimePeriod: core.serialization.ObjectSchema; export declare namespace CatalogObjectTimePeriod { interface Raw extends CatalogObjectBase.Raw { time_period_data?: CatalogTimePeriod.Raw | null; } }