/** * Initiates a download of the dataset on mount and on route change * Needs router param ds_id and query param dl to be available * @param options */ export declare function useDownloadDatasetOnMount(options: { route: any; hubUrl: string; }): void;