import * as node from './secp256k1-node.js'; import * as noble from './secp256k1-web.js'; export { SECP256K1_PRIVATE_PREFIX, SECP256K1_PUBLIC_PREFIX } from './secp256k1-node.ts'; export declare const Secp256k1PublicKey: typeof noble.Secp256k1PublicKey | typeof node.Secp256k1PublicKey; export declare const Secp256k1PrivateKey: typeof noble.Secp256k1PrivateKey | typeof node.Secp256k1PrivateKey; export declare const Secp256k1PrivateKeyExportable: typeof noble.Secp256k1PrivateKeyExportable | typeof node.Secp256k1PrivateKeyExportable; //# sourceMappingURL=secp256k1-deno.d.ts.map