import { StorageSource } from "../models"; /** * Use this hook to get the storage source being used * @category Hooks and utilities */ export declare function useStorageSource(): StorageSource;