import { Proof } from '../common/index.js'; export declare const verifyP2PKSig: (proof: Proof) => boolean;