export declare const gcd: (a: number, b: number) => number; export declare const numWord: (value: number, words: [string, string, string]) => string; //# sourceMappingURL=math.d.ts.map