/**
 * Name of the artifact
 * Max Length: 256.
 * Pattern: "^[\\w\\s.!?,;:\\[\\](){}<>\"'=+\*\/\\\\^&%@~$#|-]*$".
 */
export type AiArtifactName = string;
//# sourceMappingURL=ai-artifact-name.d.ts.map