import type * as Square from "../index"; export interface MetadataResponse { cubes?: Square.Cube[]; compilerId?: string; }