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