import type { AiArtifact } from './ai-artifact.js';
/**
 * Representation of the 'AiArtifactArray' schema.
 */
export type AiArtifactArray = AiArtifact[];
//# sourceMappingURL=ai-artifact-array.d.ts.map