/**
 * Representation of the 'AiLabelKey' schema.
 * @example "ext.ai.sap.com/s4hana-version"
 * Max Length: 256.
 * Pattern: "^ext\\.ai\\.sap\\.com\\/[\\w\\.-]+$".
 */
export type AiLabelKey = string;
//# sourceMappingURL=ai-label-key.d.ts.map