// Generated by tsbindgen - Architecture // Namespace: Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal // Facade - Public API Surface // Import internal declarations import * as Internal from './Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.js'; // Core type aliases from @tsonic/core import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js'; // Cross-namespace type imports for constraints import type { IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js'; import type { Boolean as ClrBoolean, String as ClrString, Void } from '@tsonic/dotnet/System.js'; import type { IDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js'; import type { DbContextOptionsExtensionInfo, IDbContextOptionsExtension, IModelValidator, ModelValidatorDependencies, RelationalModelValidator, RelationalModelValidatorDependencies, RelationalOptionsExtension } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js'; import type { DbLoggerCategory_Model_Validation } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js'; import type { IEntityType, IKey, IModel, IProperty, StoreObjectIdentifier } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js'; import type { IServiceCollection } from '@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js'; // Public API exports (curated - no internal $instance/$views leakage) export { SqliteModelValidator as SqliteModelValidator } from './Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.js'; export { SqliteOptionsExtension as SqliteOptionsExtension } from './Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.js';