import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const DimensionGranularity: core.serialization.ObjectSchema; export declare namespace DimensionGranularity { interface Raw { name: string; title: string; interval?: string | null; sql?: string | null; offset?: string | null; origin?: string | null; } }