import type { Dataset } from '../../types'; export declare function useDatasetBase(datasetId: string): T | undefined;