/**
* Derivation v1 string that should be signed using Webauthn to receive a master account
*
* Min 16 bytes - https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API
*/export declare const DERIVATION_DATA_V1 = "DappyKit master account extraction";