export declare const useSettingsPermissions: () => {
    canAccess: boolean;
    canUpdate: boolean;
    isLoadingForPermissions: boolean;
};
