import { DLEQ } from '../common/index.js'; import { ProjPointType } from '@noble/curves/abstract/weierstrass'; export declare const verifyDLEQProof: (dleq: DLEQ, B_: ProjPointType, C_: ProjPointType, A: ProjPointType) => boolean; export declare const verifyDLEQProof_reblind: (secret: Uint8Array, dleq: DLEQ, C: ProjPointType, A: ProjPointType) => boolean; //# sourceMappingURL=NUT12.d.ts.map