declare function generateHookData(recipientAddress: string, secretNonce: string): Uint8Array;
export { generateHookData };
