declare class Role { constructor(); static initialize(): void; update(): void; delete(): void; get(): void; } export default Role;