#nullable disable namespace Microsoft.Maui.Controls { public interface IAppIndexingProvider { IAppLinks AppLinks { get; } } }