/**
 * The authentication options for Azure OpenAI On Your Data when using a system-assigned managed identity.
 */
export type AzureOpenAiOnYourDataSystemAssignedManagedIdentityAuthenticationOptions = {
    type: string;
};
//# sourceMappingURL=on-your-data-system-assigned-managed-identity-authentication-options.d.ts.map