/** * Return the exact AI configuration documents Xpod may access in a hosted * owner's Pod. Both schema resources intentionally share one document; the * duplicate entries keep the shared-model and product-model boundaries * explicit at each caller's allowlist. */ export declare function createAiConfigResourceUrls(ownerWebId: string): string[];