import { ForgeClient, ForgeExtension } from "@tryforge/forgescript"; export declare class ForgeMath extends ForgeExtension { name: string; description: string; version: string; static Constants: { readonly Pi: 3.141592653589793; readonly E: 2.718281828459045; readonly GoldenRatio: 1.618033988749894; }; init(client: ForgeClient): void; } //# sourceMappingURL=ForgeMath.d.ts.map