/** * Generates a mosaic restriction key from a string. * @param {string} seed Mosaic restriction key seed. * @returns {bigint} Mosaic restriction key. */ export function mosaicRestrictionGenerateKey(seed: string): bigint;