import * as beet from '@miraplex/beet'; export declare enum TokenDelegateRole { Sale = 0, Transfer = 1, Utility = 2, Staking = 3, Standard = 4, Migration = 5 } export declare const tokenDelegateRoleBeet: beet.FixedSizeBeet;