import type { IndexedGeomInfo } from "./api.mjs"; export declare const cube: ({ size }?: { size?: number | undefined; }) => IndexedGeomInfo;