export namespace CURVE1 { let P: bigint; let N: bigint; let h: bigint; namespace G { let x: bigint; let y: bigint; } let X: bigint; } export namespace CURVE2 { let P_1: bigint; export { P_1 as P }; let h_1: bigint; export { h_1 as h }; export namespace G_1 { let x_1: [bigint, bigint]; export { x_1 as x }; let y_1: [bigint, bigint]; export { y_1 as y }; } export { G_1 as G }; } //# sourceMappingURL=constants.d.ts.map