import { EntityCollection, StorageSource } from "../types";
/**
 * Use this hook to get the storage source being used
 * @group Hooks and utilities
 */
export declare const useStorageSource: (collection?: EntityCollection) => StorageSource;
