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