/**
 * Representation of the 'AiUrl' schema.
 * Format: "url".
 */
export type AiUrl = string;
//# sourceMappingURL=ai-url.d.ts.map