import { User } from "../contexts/UserContext";
export declare function hasGroup(user: User | null | undefined, group: string | null | undefined): boolean;
