import { Systems } from '@tapis/tapis-typescript';
declare const makeNewSystem: (reqCreateSystem: Systems.CreateSystemRequest, basePath: string, jwt: string) => Promise<Systems.RespBasic>;
export default makeNewSystem;
