import type { AiExecutableArtifact } from './ai-executable-artifact.js';
/**
 * Executable parameters
 */
export type AiExecutableArtifactList = AiExecutableArtifact[];
//# sourceMappingURL=ai-executable-artifact-list.d.ts.map