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