import "../../index-Cy08dvyb.js"; import "../../ItemsInputNormalizer-C2gLv7d9.js"; import { i as AppPersistenceConfig } from "../../CodemationAppContext-CA4xzGA6.js"; import "../../CodemationWhitelabelConfig-CPKKZwGp.js"; //#region src/infrastructure/persistence/PrismaMigrationOperations.d.ts declare class PrismaMigrationOperations { private static readonly normalizedRuntimeMigrationName; private readonly require; deployPersistence(persistence: AppPersistenceConfig, env?: Readonly): Promise; deploy(args: Readonly<{ databaseUrl: string; env?: Readonly; }>): Promise; resolvePackageRoot(env?: Readonly): string; private deploySqlite; private deployPostgres; private deployWithProvider; private resolveAppliedMigration; private runPrismaCommand; private tryRecoverPartiallyAppliedNormalizedRuntimeMigration; private isRecoverableNormalizedRuntimeMigrationError; private repairPartiallyAppliedNormalizedRuntimeSqliteDatabase; private hasActiveFailedMigrationRecord; private readSqliteTableColumns; private ensureNormalizedRuntimeRepairArtifacts; private cleanupNormalizedRuntimeLegacyArtifacts; private sqliteFilePathToDatabaseUrl; private createProcessEnvironment; private resolvePrismaCliPath; private resolveAbsolutePrismaConfigPath; private ensureSqliteParentDirectoryExists; private createDeployError; } //#endregion export { PrismaMigrationOperations }; //# sourceMappingURL=PrismaMigrationOperations.d.ts.map