import { Systems } from '@tapis/tapis-typescript';
export declare const dockerRuntime: Systems.JobRuntime;
export declare const singularityRuntime: Systems.JobRuntime;
export declare const jobRuntimes: Array<Systems.JobRuntime>;
export declare const tapisSystem: Systems.TapisSystem;
