/**
 * See https://en.wikipedia.org/wiki/Golden_ratio
 * = (1 + sqrt(5)) / 2
 * @type {number}
 */
export const GOLDEN_RATIO: number;
//# sourceMappingURL=GOLDEN_RATIO.d.ts.map