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