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