/** We receive a proof in the form: * 0x18Bitcoin Signed Message:\n
* and when verifying our message we want to exclude the 0x18Bitcoin Signed Message:\n * of the proof so that we are left with the entropy address and uuid as our message. * This is what we are going to be verifying. * * @param proof * @returns */ export declare function trimMessagePrefix(proof: Buffer): Buffer; //# sourceMappingURL=trimMessagePrefix.d.ts.map