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