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