import type { RTAExecutableArtifact } from './rta-executable-artifact.js';
/**
 * List of Artifacts that the executable expects as input artifacts
 */
export type RTAExecutableInputArtifactList = RTAExecutableArtifact[];
//# sourceMappingURL=rta-executable-input-artifact-list.d.ts.map