import * as utxolib from '@bitgo/utxo-lib'; export declare const NIL_UUID = "00000000-0000-0000-0000-000000000000"; /** This function reconstructs the proof
* given the address and entropy. * * @param address * @param entropy * @returns */ export declare function createPayGoAttestationBuffer(address: string, entropy: Buffer, network: utxolib.Network): Buffer; //# sourceMappingURL=attestation.d.ts.map