import { Datasets } from '@tapis/tapis-typescript'; declare const list: (basePath: string, jwt: string) => Promise; export default list;