// Generated by tsbindgen - Architecture // Namespace: Microsoft.EntityFrameworkCore.Sqlite.Design.Internal // Facade - Public API Surface // Import internal declarations import * as Internal from './Microsoft.EntityFrameworkCore.Sqlite.Design.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 { IDictionary, IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js'; import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js'; import type { CSharpRuntimeAnnotationCodeGeneratorDependencies, CSharpRuntimeAnnotationCodeGeneratorParameters, RelationalCSharpRuntimeAnnotationCodeGenerator, RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.Internal.js'; import type { AnnotationCodeGenerator, AnnotationCodeGeneratorDependencies, IAnnotationCodeGenerator, IDesignTimeServices, MethodCallCodeFragment } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.js'; import type { IAnnotation } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js'; import type { IColumn, IProperty, IRelationalModel } 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 { SqliteAnnotationCodeGenerator as SqliteAnnotationCodeGenerator } from './Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.js'; export { SqliteCSharpRuntimeAnnotationCodeGenerator as SqliteCSharpRuntimeAnnotationCodeGenerator } from './Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.js'; export { SqliteDesignTimeServices as SqliteDesignTimeServices } from './Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.js';