import type { RTAExecutableArtifact } from './rta-executable-artifact.js';
/**
 * List of Artifacts that the executable will produce. If storage is not managed internally, a storage location will have to be specified when triggering an execution
 */
export type RTAExecutableOutputArtifactList = RTAExecutableArtifact[];
//# sourceMappingURL=rta-executable-output-artifact-list.d.ts.map