export type Point = { x: bigint; y: bigint; }; export type Signature = { r: bigint; s: bigint; };