export declare const Prefix: Buffer; /** * This function takes in the attestation proof of a PayGo address of the from *
and returns * the address given its length. It is assumed that the ENTROPY is 64 bytes in the Buffer * so if not given an address proof length we can still extract the address from the proof. * * @param message * @param adressProofLength */ export declare function parsePayGoAttestation(message: Buffer): { entropy: Buffer; address: Buffer; uuid: Buffer; }; //# sourceMappingURL=parsePayGoAttestation.d.ts.map