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