import type { BigIntPoint } from "./nist-weierstrauss-common";
export declare function ECPointDecompress(comp: Uint8Array): BigIntPoint;
//# sourceMappingURL=secp256r1.d.ts.map