roleMap
A map of all current thirdweb's smart contract roles
let roleMap: {  readonly admin: "";  readonly asset: "ASSET_ROLE";  readonly factory: "FACTORY_ROLE";  readonly lister: "LISTER_ROLE";  readonly metadata: "METADATA_ROLE";  readonly migration: "MIGRATION_ROLE";  readonly minter: "MINTER_ROLE";  readonly pauser: "PAUSER_ROLE";  readonly revoke: "REVOKE_ROLE";  readonly signer: "SIGNER_ROLE";  readonly transfer: "TRANSFER_ROLE";  readonly unwrap: "UNWRAP_ROLE";};
type admin = "";
type asset = "ASSET_ROLE";
type factory = "FACTORY_ROLE";
type lister = "LISTER_ROLE";
type metadata = "METADATA_ROLE";
type migration = "MIGRATION_ROLE";
type minter = "MINTER_ROLE";
type pauser = "PAUSER_ROLE";
type revoke = "REVOKE_ROLE";
type signer = "SIGNER_ROLE";
type transfer = "TRANSFER_ROLE";
type unwrap = "UNWRAP_ROLE";