import { type TeamState } from 'team/types.js'; export declare const hasRole: (state: TeamState, roleName: string) => boolean; //# sourceMappingURL=hasRole.d.ts.map