import { ServiceContext } from 'handel-extension-api'; import { SharedDbConfig } from './config-types'; export declare function uploadMigrationsToS3(schemaMigrationsDirPath: string, ownServiceContext: ServiceContext): Promise; export declare function runSchemaMigrations(clusterId: string, dbName: string, s3MigrationsPath: string): Promise; export declare function deleteMigrationsFromS3(ownServiceContext: ServiceContext): Promise;