import { User } from './UserInfo'; export declare class Authority { name: string; users: Array; } //# sourceMappingURL=Authority.d.ts.map