import { FileHandle } from '../synapseTypes';
/**
 * Gets the friendly name of a bucket/storage location using the file handle.
 *
 * @param fileHandle
 * @returns
 */
export declare function getLocationName(fileHandle: FileHandle): string;
