import { DataSourceContext } from "./DataSourceProvider"; export declare const useDataSource: () => DataSourceContext | undefined;