import { PathAccess } from '../../types/credentials'; import { BucketInfo } from '../../../providers/s3/types/options'; export declare const resolveLocationsForCurrentSession: ({ buckets, isAuthenticated, identityId, userGroup, }: { buckets: Record; isAuthenticated: boolean; identityId?: string; userGroup?: string; }) => PathAccess[];