import type { Square } from "square"; /** * Describes the reporting cubes, views, measures, dimensions, and segments * available to query. */ export declare const getSquareReportingMetadata: import("..").SquareDefinedAction>, Square.MetadataResponse>; /** Runs an aggregated Square reporting query against the discovered schema. */ export declare const loadSquareReport: import("..").SquareDefinedAction, Square.LoadResponse>; //# sourceMappingURL=reporting.d.ts.map