import { bcs } from'../bcs/index.js';
exporttypeIntentScope = Exclude<keyof typeof bcs.IntentScope.$inferType, '$kind'>;
/**
* Inserts a domain separator for a message that is being signed
*/exportdeclarefunctionmessageWithIntent(scope: IntentScope, message: Uint8Array): Uint8Array;